Skip to content

Instantly share code, notes, and snippets.

@nonlogos
Created November 19, 2017 00:42
Show Gist options
  • Save nonlogos/0c2e29401f98b07534bcd7d8e3b9dc67 to your computer and use it in GitHub Desktop.
Save nonlogos/0c2e29401f98b07534bcd7d8e3b9dc67 to your computer and use it in GitHub Desktop.
Responsive Image
<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