Skip to main content
Participant
July 14, 2026
Question

Product images look pixelated on Retina displays—best workflow for high-res screens?

  • July 14, 2026
  • 1 reply
  • 38 views

Hi everyone,

We are currently updating the product images on our website https://www.daltaios.com/, but we noticed they look quite pixelated on Retina displays and newer mobile screens.

Should I be exporting all image assets at 2x resolution directly from Photoshop, or is there a better modern workflow to ensure crisp visuals while keeping the file sizes small for fast loading times?

Any advice on compression tools or responsive image practices would be greatly appreciated!

    1 reply

    D Fosse
    Community Expert
    Community Expert
    July 14, 2026

    The web browser automatically scales images up 2x when it detects a retina/4k screen, so that they display at roughly the same screen size as they would on a standard HD screen. Otherwise it would be really small.

     

    However, it's possible to code websites so that you can upload two images, one for 4k/retina and one for HD, and the browser chooses which one to show according to the display it detects. Or you can upload one high resolution image that is downsampled for standard HD screens.

     

    The point is, the website needs to be coded for this. If not, you just get the default 2x upscaling, which uses 4 screen pixels to display one image pixel. That's why it looks pixelated, especially compared to vector content which is always rendered at full screen resolution.