Generic Responsive Images implementation
For a long time, the biggest challenge in responsive design has been serving images correctly for users on different devices. Serving the biggest image available to mobile users is a waste of bandwidth and pagespeed. Fortunately there’s a well-supported solution in the form of the srcset + sizes attribute on the …