Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created November 6, 2013 20:31
Show Gist options
  • Save glynrob/7343557 to your computer and use it in GitHub Desktop.
Save glynrob/7343557 to your computer and use it in GitHub Desktop.
<script src="https://raw.github.com/scottjehl/picturefill/master/picturefill.js"></script>
<span data-picture data-alt="GlynRob in cartoon form">
<span data-src="images/small.jpg"></span>
<span data-src="images/medium.jpg" data-media="(min-width: 400px)"></span>
<span data-src="images/large.jpg" data-media="(min-width: 800px)"></span>
<span data-src="images/extralarge.jpg" data-media="(min-width: 1000px)"></span>
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/small.jpg" alt="GlynRob in cartoon form"></noscript>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment