Skip to content

Instantly share code, notes, and snippets.

@uploadcare-user
Last active November 2, 2016 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uploadcare-user/e264d037858113acc6cf4cc705c4359c to your computer and use it in GitHub Desktop.
Save uploadcare-user/e264d037858113acc6cf4cc705c4359c to your computer and use it in GitHub Desktop.
codeblock #2 responsive images
<img src="myimage.jpg"
srcset="myimage@400.jpg 400w,
myimage@500.jpg 500w,
myimage@1000.jpg 1000w"
sizes="(max-width: 500px) calc(100vw - 30px), 500px">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment