I am working on responsive website. I have code that loads the right image size for the screen size, with img srcset and picturefill this is what google recommends here https://developers.google.com/web/fundamentals/media/images/images-in-markup?hl=en
The problem I am facing is that I am using Retina images for some of the mobile devices. Meaning that the images downloaded by the client have a bigger size than width attributes. Now Google pagespeed is now complaining saying that I should optimize my images. But the problem is if I reduce the size of the images I will loose the quality for the retina display.
Doesn't Google Pagespeed support Retina images? Is there a way to tell Google Pagespeed that those are retina images?
Or is there a best practice from Google for Retina images?
Thanks