Skip to content

Instantly share code, notes, and snippets.

@rblakejohnson
Created March 7, 2013 17:58
Show Gist options
  • Save rblakejohnson/5110192 to your computer and use it in GitHub Desktop.
Save rblakejohnson/5110192 to your computer and use it in GitHub Desktop.
HTML: responsive, lazy image
<noscript class="lazy" data-mobile="images/mobile.jpg" data-desktop="images/desktop.jpg">
<img src="images/desktop.jpg" alt="" />
</noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment