Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
My collection shows the 2nd product on hover but hovered image looks blurry.
The 1st images was also blurry but i managed to sort it out. Now only the hovered images are blurry on collection pages
Store url: travertable.com
I use dawn 13.01 theme
Can someone help? Thank you
Worked for me. Thanks.
hey if your issue is resolved then can you mark it as solution?
Good afternoon!
We discovered this article, and it's solid (lead us on the right track as far as getting to card-product.liquid). However, the line of code that was originally suggested was not within our coding.
I then utilized ChatGPT, with their Shopify Sidekick GPT. I was able to resolve the issue by finding the line: {{card_product.media[1] | image_url: width: 100 | image_tag: loading; 'lazy', height: height1, sizes; sizes1, ..... (see image below)
The image below points out the only change I had to make. I had to change the width from 100 to 1000, and this worked!
Just wanted to get this out there in case anyone else runs into this issue. I also have to give thanks to ChatGPT and Shopify Sidekick for going over the current code and pointing out this exact change that was needed. 🙌🙏
Just to make sure that this is communicated clearly, we are currently using Vivid version 1.0.5, so that may have been the difference in coding from the original answer provided here.