Skip to content

Instantly share code, notes, and snippets.

@davebeach
Last active September 4, 2016 23:21
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 davebeach/e00a363c602503ab60615b7366d8761c to your computer and use it in GitHub Desktop.
Save davebeach/e00a363c602503ab60615b7366d8761c to your computer and use it in GitHub Desktop.
picture element

Use cases of picture element

##The device-pixel-ratio Use Case

<img srcset="normal.jpg 1x, retina.jpg 2x"
   src="normal.jpg"
   alt="device-pixel-ratio use case" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment