1.0.4 • Published 5 years ago
static-site-image-width-height-enricher v1.0.4
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>