Created
November 11, 2020 13:24
-
-
Save hanushk/2c497b3ea54bf9f6a347c6437bb7e7ed to your computer and use it in GitHub Desktop.
This file contains 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> | |
<!-- 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