Skip to content

Instantly share code, notes, and snippets.

@selincodes
Last active April 27, 2020 10:22
Show Gist options
  • Save selincodes/2bb28836678f21bbc73af863c73ce189 to your computer and use it in GitHub Desktop.
Save selincodes/2bb28836678f21bbc73af863c73ce189 to your computer and use it in GitHub Desktop.
Picture tag for retina and mobile
<picture>
<source srcset="[email protected] 1x, [email protected] 2x" media="(max-width: 575px)">
<img src="[email protected]" srcset="[email protected] 2x" alt="">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment