Skip to content

Instantly share code, notes, and snippets.

@hanushk
Created November 11, 2020 13:24
Show Gist options
  • Save hanushk/2c497b3ea54bf9f6a347c6437bb7e7ed to your computer and use it in GitHub Desktop.
Save hanushk/2c497b3ea54bf9f6a347c6437bb7e7ed to your computer and use it in GitHub Desktop.
<picture>
<!-- image shown when viewport
width is greater than the height -->
<source srcset="landscape.png"
media="(min-aspect-ratio:1/1)"
alt="landscape" />
<!-- default image -->
<img src="portrait.png" alt="portrait" />
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment