Created
February 25, 2015 09:18
-
-
Save tjFogarty/140327935eb23b9bb482 to your computer and use it in GitHub Desktop.
Example of srcset and sizes
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 | |
srcset="/path/to/slider-image-small.jpg 400w, | |
/path/to/slider-image-medium.jpg 800w, | |
/path/to/slider-image-large.jpg 1200w" | |
sizes="100vw" | |
alt="..."> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment