Hi, I currently have the Dawn Theme’s Media Collage on my homepage. I’m using 1 product block and 2 image blocks.
The image blocks are high quality, but for some reason, the product block is making my product image blurry. When you click into the product, the image is high quality, so not really sure why its changing on the collage.
@dylan123 - I can see that your original image is 360x360 and it is been stretched and hence it is blurred, I recommend to use higher quality image with 1000x1000 dimensions
@dylan123 - please open page in customize settings and check i0f there is any setting then which is reducing image dimensions, because as you can see in above link, that is the image which is been used and it is 360x360 resulting in blurry images
I mean, I’m able to view the customization screen as mobile, but I honestly doubt the collage is mobile specific as there’s no way to hide It on desktop. Plus, the image is still being blurred on mobile
I believe something in the code is causing the image to be downsized above certain dimensions
Not OP, but in the Dawn theme I found this code under snippets > card-product.liquid and can confirm that the accepted solution above works. Instead of setting the width to 2048px, I deleted all the lines except the 1066px to save on load times for the image resolution. I haven’t seen any issues so far.