Skip to content

Instantly share code, notes, and snippets.

@bballentine
Created March 4, 2013 21:16
Show Gist options
  • Save bballentine/5085743 to your computer and use it in GitHub Desktop.
Save bballentine/5085743 to your computer and use it in GitHub Desktop.
PictureFill Example
<div data-picture data-alt="A giant stone face at The Bayon temple in Angkor Thom, Cambodia">
<div data-src="small.jpg"></div>
<div data-src="medium.jpg" data-media="(min-width: 400px)"></div>
<div data-src="large.jpg" data-media="(min-width: 800px)"></div>
<div data-src="extralarge.jpg" data-media="(min-width: 1000px)"></div>
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript>
<img src="external/imgs/small.jpg" alt="A giant stone face at The Bayon temple in Angkor Thom, Cambodia">
</noscript>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment