1.0.4 • Published 4 years ago

static-site-image-width-height-enricher v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Static Site Image Width and Height Enricher

Scans directory tree for html pages with <img>-tags that use relative links to images in the same tree. Reads the referenced images for dimensions and adds height="..." and width="..." attributes to every <img> if they don't already have one. This helps browers to avoid sudden layout shifts. Remember to add img { height: auto; } to CSS.

npx static-site-image-width-height-enricher <site root directory>
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago