Skip to content

Instantly share code, notes, and snippets.

@yakuzaaaa
Last active February 21, 2019 11:35
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 yakuzaaaa/5d1c9baae09d6e3c3c0844906eae0446 to your computer and use it in GitHub Desktop.
Save yakuzaaaa/5d1c9baae09d6e3c3c0844906eae0446 to your computer and use it in GitHub Desktop.
Code snippet in the lazy loading images blog by Adrobit Technologies
const image = document.getElementById('lazy-image');
image.src = image.dataset.src;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment