Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Last active November 19, 2019 22:20
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 matthewstokeley/e5e6866505dc50f5d1aabf2b2f1fa122 to your computer and use it in GitHub Desktop.
Save matthewstokeley/e5e6866505dc50f5d1aabf2b2f1fa122 to your computer and use it in GitHub Desktop.
native image lazy loading with fall back
<!-- -->
<img src="" srcset="" loading="lazy" data-lazy-load="true" alt="" />
<script>
if ( HTMLImageElement.prototype.loading === undefined ) {
// load lazy loading plugin
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment