Low Resolution Photos when Viewing on Mobile

Hey there! When viewing the below photos on a mobile browser, the resolution is very low in comparison to the desktop version. See below screenshot.

Is there a way to improve the resolution for these photos via a coding change for the mobile browser?

Link to website: https://saintclairescookiedough.com/

Hi @WK100 ,

In this case, the image automatically adjusts its size based on different screen types.

  • On mobile screens smaller than 360px, a smaller-sized image with slightly reduced quality is used to improve loading speed.
  • If you don’t want this behavior, you can remove the srcset attribute from the tag in the code.

To do this, find the tag in your theme’s code and delete portion.

Hope this can help!

Best,

Daisy