Skip to content

Instantly share code, notes, and snippets.

@berkeleycole
Last active August 21, 2019 04:07
Show Gist options
  • Save berkeleycole/3b80514c8f88fbaa0a77934f528d108f to your computer and use it in GitHub Desktop.
Save berkeleycole/3b80514c8f88fbaa0a77934f528d108f to your computer and use it in GitHub Desktop.
basic srcset example
<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