Why are my Dawn theme product grid images pixelated?

I am using the Dawn theme. All my product images the home featured collection product grid are pixelated. Same image on the product page looks perfect as well as the zoomed in version but for some reason on the home page they look terrible pixelated and blurred. I saw some previous complains and none of the proposed solutions fixed it.

1 Like

@Eggae

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @Eggae ,

Go to snippets > product-card.liquid file and change code:

Code:

srcset=“{{ product_card_product.featured_media | img_url: ‘master’ }}”

srcset=“{{ product_card_product.media[1] | img_url: ‘master’ }}”

Hope it helps!

2 Likes

WORKED LIKE MAGIC! Thanks a lot!!!

Hi @boauae ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

1 Like

HI @Eggae ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.