Created
November 11, 2014 13:37
-
-
Save pascalmaddin/13b718efbbaf14067c2c to your computer and use it in GitHub Desktop.
reponsive images - demo: http://codepen.io/bradfrost/full/fcltn/ - using picturefill: http://scottjehl.github.io/picturefill/
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
<img src="small.jpg" srcset="small.jpg [smallwidth]w, large.jpg [largewidth]w" alt="Alt Text" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment