Created
November 19, 2017 00:42
-
-
Save nonlogos/0c2e29401f98b07534bcd7d8e3b9dc67 to your computer and use it in GitHub Desktop.
Responsive Image
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
<img src="/src/images/main-image.jpg" | |
srcset="/src/images/main-image-lg.jpg 1200w", | |
"/src/images/main-image.jpg 900w", | |
"/src/images/main-image-sm.jpg 480w" | |
alt="Explore the city" | |
class="main-image" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment