Skip to content

Instantly share code, notes, and snippets.

@eckelon
Created May 9, 2018 08:12
Show Gist options
  • Save eckelon/e1ba7343cdb72d625809426bdc05d880 to your computer and use it in GitHub Desktop.
Save eckelon/e1ba7343cdb72d625809426bdc05d880 to your computer and use it in GitHub Desktop.
<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