Skip to content

Instantly share code, notes, and snippets.

@kellysutton
Created August 5, 2015 02:44
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 kellysutton/c4878f04e1c7d18f4e89 to your computer and use it in GitHub Desktop.
Save kellysutton/c4878f04e1c7d18f4e89 to your computer and use it in GitHub Desktop.
srcset examples
<img
srcset="asset.png,
asset-2x.png 2x,
asset-3x.png 3x"
src="asset.png"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment