Created
November 6, 2013 20:31
-
-
Save glynrob/7343557 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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