Skip to content

Instantly share code, notes, and snippets.

@devbyray
Forked from BetterProgramming/lazyloading.html
Created June 13, 2020 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devbyray/3be8ed0ee9a1dc5f0397bffb815c441f to your computer and use it in GitHub Desktop.
Save devbyray/3be8ed0ee9a1dc5f0397bffb815c441f to your computer and use it in GitHub Desktop.
<img src="https://source.unsplash.com/random" loading="lazy" />
<iframe
src="https://raymonschouwenaar.nl"
width="100%"
height="500px"
loading="lazy"
></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment