Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 23, 2017 12:17
Show Gist options
  • Save ozelfatih/b49c061a4576b43d13617b625cad6c4d to your computer and use it in GitHub Desktop.
Save ozelfatih/b49c061a4576b43d13617b625cad6c4d to your computer and use it in GitHub Desktop.
<picture>
<source srcset="mobile.jpg, mobile-hd.jpg 2x"
media="(max-width: 360px)">
<source srcset="large.jpg, large-hd.jpg 2x"
media="(min-width: 1920px)">
<img src="default.jpg" srcset="default-hd.jpg 2x"
alt="your image">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment