Created
May 26, 2019 10:17
-
-
Save jkasaudhan/e520ec313f3c345e92b9c09179dec9ea to your computer and use it in GitHub Desktop.
Native lazy loading support for img and iframe html tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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