Skip to content

Instantly share code, notes, and snippets.

@tjFogarty
Created February 25, 2015 09:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjFogarty/140327935eb23b9bb482 to your computer and use it in GitHub Desktop.
Save tjFogarty/140327935eb23b9bb482 to your computer and use it in GitHub Desktop.
Example of srcset and sizes
<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