Skip to content

Instantly share code, notes, and snippets.

@peterforgacs
Last active December 30, 2016 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterforgacs/3db1d30b967fd26baf665b224d748a45 to your computer and use it in GitHub Desktop.
Save peterforgacs/3db1d30b967fd26baf665b224d748a45 to your computer and use it in GitHub Desktop.
HTML Picture tag
<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