Shopify themes, liquid, logos, and UX
Hello -- I'm having an issue in my store where on the Chrome browser, my collection list images appear blurry. When I hover over them, they briefly become high res, then go back to being blurry. I'm using the new dawn theme and I'm not having this issue with any other images, just the collection list on the home page. No issues on mobile / in Safari. My site is live at goodboyvintage.com, and I've screen-recorded a video of the issue here: youtube.com/watch?v=NGX3ysTP31Q
Thank you for your time -- any help would be much appreciated!
Solved! Go to the solution
This is an accepted solution.
Hi @goodboyvintage,
Please go to snippets > card-collection.liquid file and change code here:
before
after
Code:
<img
src="{{ card_collection.featured_image | image_url: width: 1500 }}"
alt="{{ card_collection.title | escape }}"
height="{{ card_collection.featured_image.height }}"
width="{{ card_collection.featured_image.width }}"
class="motion-reduce"
>
Hope it helps!
This is an accepted solution.
Hi @goodboyvintage,
Please go to snippets > card-collection.liquid file and change code here:
before
after
Code:
<img
src="{{ card_collection.featured_image | image_url: width: 1500 }}"
alt="{{ card_collection.title | escape }}"
height="{{ card_collection.featured_image.height }}"
width="{{ card_collection.featured_image.width }}"
class="motion-reduce"
>
Hope it helps!
Thank you so much! Immediate and easy fix. Appreciate your expertise!
Thank you so much, this was the only solution that worked!
Hello, I just managed to replace your new code but it does not work for me...
thankyou. youre a lifesaver
Try to tweak the number in the code above for those who have trouble with the image sharpness. 1500 may be way too high/low for ya!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025