Skip to content

bytearcher/static-site-image-width-height-enricher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Static Site Image Width and Height Enricher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published