Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created May 7, 2022 04:12
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 henshaw/f2c4e0d8729979f557e6cf6b60eab970 to your computer and use it in GitHub Desktop.
Save henshaw/f2c4e0d8729979f557e6cf6b60eab970 to your computer and use it in GitHub Desktop.
Code example before native lazy loading existed
<img class="lazy" data-src="https://domain.com/image.png" alt="Image description">
<noscript>
<img src="https://domain.com/image.png" alt="Image description">
</noscript>
@henshaw
Copy link
Author

henshaw commented May 7, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment