Last active
December 30, 2016 17:24
-
-
Save peterforgacs/3db1d30b967fd26baf665b224d748a45 to your computer and use it in GitHub Desktop.
HTML Picture tag
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
<picture> <source media="(min-width: 1000px)" srcset="picture_large.jpg"> <source media="(min-width: 500px)" srcset="picture_small.jpg"> <img src="picture_default.jpg"></picture> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment