html-img

Fill image size automatically

minodisk

4,418

13

0.4.0

MIT

GitHub

html-img package Build Status

Fill image size automatically.

take-8

Changelog

Keymap

Override keymap with Atom > Open Your Keymap.

Configuration

When you specify src absolute or protocol-relative url, you can create project.json at the project root.

project.json

Example

.
├──public          # Document root
│   └──index.html  # Files
└──project.json    # Configuration for html-img
{
  "document_root": "public",
  "protocol": "https"
}

TODO