Skip to content

Instantly share code, notes, and snippets.

@CyrilKrylatov
Created June 18, 2016 14:02
Show Gist options
  • Save CyrilKrylatov/43a32f3f8e63ef22cfce0c2e199afe26 to your computer and use it in GitHub Desktop.
Save CyrilKrylatov/43a32f3f8e63ef22cfce0c2e199afe26 to your computer and use it in GitHub Desktop.
<picture>
<source
media="(max-width: 979px)"
type="image/jpg"
srcset="
illu-telephone-center_mobile.png 1x,
illu-telephone-center_mobile@2x.png 2x
"
>
<source
media="(min-width: 978px)"
type="image/jpg"
srcset="
illu-telephone-center_desktop.png 1x,
illu-telephone-center_desktop@2x.png 2x
"
>
<img
src="illu-telephone-center_desktop.png"
/>
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment