Skip to content

Instantly share code, notes, and snippets.

@ostermanj
Last active June 27, 2023 15:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<img
srcset="images/my-cat-xs.jpg 250w, image/my-cat-s.jpg 500w, image/my-cat-m.jpg 1000w, image/my-cat-l.jpg 1000w, image/my-cat-xl.jpg 1500w"
sizes="(min-width: 1300px) 1300px, (min-width: 1024px) 69vw, (min-width: 700px) 85vw, 50vw"
src="image/my-cats-s.jpg"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment