Skip to content

Instantly share code, notes, and snippets.

@bmorelli25
Created July 25, 2018 14:17
Show Gist options
  • Save bmorelli25/af13abd7fd5bbce952f8875f588e3864 to your computer and use it in GitHub Desktop.
Save bmorelli25/af13abd7fd5bbce952f8875f588e3864 to your computer and use it in GitHub Desktop.
Image
<img srcset="image-320w.jpg 320w,
image-480w.jpg 480w,
image-800w.jpg 800w"
sizes="(max-width: 320px) 300px,
(max-width: 480px) 440px,
800px"
src="image-800w.jpg" alt="Image">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment