Created
May 9, 2018 08:12
-
-
Save eckelon/e1ba7343cdb72d625809426bdc05d880 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<div> | |
<a href="#"> | |
<picture> | |
<source | |
media="(max-width: 768px)" | |
srcset="mobile.jpg 1x, [email protected] 2x"> | |
<source | |
media="(max-width: 991px)" | |
srcset="tablet.jpg 1x, [email protected] 2x"> | |
<img | |
src="desktop.jpg" | |
srcset="desktop.jpg 1x, [email protected] 2x" | |
alt="Descarga tu aplicación"/> | |
</picture> | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment