Skip to content

Instantly share code, notes, and snippets.

@jasonlong
Created February 8, 2011 18:25
Show Gist options
  • Save jasonlong/816909 to your computer and use it in GitHub Desktop.
Save jasonlong/816909 to your computer and use it in GitHub Desktop.
<!-- So, instead of... -->
<img src="/images/profile.jpg" alt="Sam Adams" width="80" height="100" />
<!-- they use... -->
<img src="/images/spaceout.gif" data-defer-src="/images/profile.jpg" alt="Sam Adams" width="80" height="100" />
<!-- where spaceout.gif is a single, transparent pixel. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment