Skip to content

Instantly share code, notes, and snippets.

@waliurjs
Created February 4, 2019 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save waliurjs/c5669ef6e525df56f576ce53c0f656c6 to your computer and use it in GitHub Desktop.
Save waliurjs/c5669ef6e525df56f576ce53c0f656c6 to your computer and use it in GitHub Desktop.
Responsive image example
<picture>
<source media="(min-width: [browser_width]px)" srcset="/home/google-play-badge-lg.png">
<source media="(min-width: [browser_width]px)" srcset="/home/google-play-badge-md.png">
<img class="playstore-link" src="/home/google-play-badge-xs.png">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment