Skip to content

Instantly share code, notes, and snippets.

@apisandipas
Last active August 29, 2015 14:04
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 apisandipas/e3dc373e0ce11cad3452 to your computer and use it in GitHub Desktop.
Save apisandipas/e3dc373e0ce11cad3452 to your computer and use it in GitHub Desktop.
Picture element
<picture>
<source media="(min-width: 600px)" srcset-"large.jpg, large-@2x.jpg 2x">
<img src="small.jpg" alt="alternative text">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment