Responsive Images: If you’re just changing resolutions, use srcset
If you’re implementing responsive images (different images in HTML for different situations) and all you are doing is switching between different versions of the same image (the vast majority of usage), all you need is the srcset attribute on the img tag…