Chrome Question
-
Hey,
Quick Q about the requirements for Retina images in different browsers.
Using the example link provided (or any page on that site), loading it up in Safari and looking the code in the inspector, I can clearly see the @2x images being included in the srcset.
However, loading it up on Chrome or Firefox, none of the @2x images are included.
Looking at this page (https://developers.google.com/web/fundamentals/design-and-ux/responsive/images#enhance_imgs_with_srcset_for_high_dpi_devices) , if I’m understanding it correctly, it seems Chrome needs an additional attribute along the lines of “[email protected] 2x” with the additional “2x” included after the file name.
When I compare this page in Safari on a Retina screen with Chrome on the same screen, I can see a visual difference between the images being displayed.
Does this mean Chrome is not currently serving retina images, which I would assume is the case since i can’t see them included in the srcset and the code doesn’t have the additional attribute as documented in the Google help docs?
Thanks
The page I need help with: [log in to see the link]
The topic ‘Chrome Question’ is closed to new replies.