Skip to content

Instantly share code, notes, and snippets.

@SteveDesmond-ca
Created October 27, 2015 15:19
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 SteveDesmond-ca/9c5c9052de8251910f36 to your computer and use it in GitHub Desktop.
Save SteveDesmond-ca/9c5c9052de8251910f36 to your computer and use it in GitHub Desktop.
responsive image example
<img src="steve-0300.jpg"
srcset="steve-0100.jpg 100w,
steve-0150.jpg 150w,
steve-0200.jpg 200w,
steve-0300.jpg 300w"
sizes="(max-width: 767px) 100px, 150px" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment