Last active
August 21, 2019 04:07
-
-
Save berkeleycole/3b80514c8f88fbaa0a77934f528d108f to your computer and use it in GitHub Desktop.
basic srcset 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
| <img | |
| src="awesome-image-800w.jpg" | |
| alt="My most awesome image" | |
| srcset="awesome-image-320w.jpg 320w, | |
| awesome-image-480w.jpg 480w, | |
| awesome-image-800w.jpg 800w" | |
| /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment