Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jkasaudhan/e520ec313f3c345e92b9c09179dec9ea to your computer and use it in GitHub Desktop.
Save jkasaudhan/e520ec313f3c345e92b9c09179dec9ea to your computer and use it in GitHub Desktop.
Native lazy loading support for img and iframe html tags
<img src="teaser.jpg" loading="lazy" alt="…" /> 
<iframe src="youtube.html" loading="lazy"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment