Picturefill
A responsive image polyfill
Officially endorsed by the RICGAn img with srcset
and sizes
attributes
<img
sizes="(min-width: 40em) 80vw, 100vw"
srcset="examples/images/medium.jpg 375w,
examples/images/large.jpg 480w,
examples/images/extralarge.jpg 768w"
alt="…">
Here's how that renders in the browser. Feel free to resize to see it change.