Skip to content

v2.0.1

Compare
Choose a tag to compare
@stefanoverna stefanoverna released this 08 Apr 15:44
· 33 commits to main since this release

Introducing <NakedImage />

Now that both loading=lazy and aspect-ratio are broadly supported (> 93% of browsers) we can avoid complex JS to achieve lazy-loaded images with placeholders!

<NakedImage /> generates minimum JS footprint, outputs a single <picture /> element and implements lazy-loading using the native loading="lazy" attribute. The placeholder is set as the background to the image itself.

v2.0.0...v2.0.1