Created
June 18, 2016 14:02
-
-
Save CyrilKrylatov/43a32f3f8e63ef22cfce0c2e199afe26 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<picture> | |
<source | |
media="(max-width: 979px)" | |
type="image/jpg" | |
srcset=" | |
illu-telephone-center_mobile.png 1x, | |
[email protected] 2x | |
" | |
> | |
<source | |
media="(min-width: 978px)" | |
type="image/jpg" | |
srcset=" | |
illu-telephone-center_desktop.png 1x, | |
[email protected] 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