Created
February 4, 2019 07:53
-
-
Save waliurjs/c5669ef6e525df56f576ce53c0f656c6 to your computer and use it in GitHub Desktop.
Responsive image example
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
<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