Shopify themes, liquid, logos, and UX
Ok so I have this issue that my images with text on them get blurry on my site. This includes product images with text, my home page image with text and my logo. The images are more blurry on phone than they are on desktop but still pretty blurry on desktop too.
I can send url but only in private.
Hi @Hallonolle,
That does seem annoying for sure. Usually when your images appear blurry and change color it's because the image was stripped of its color profile, and compressed upon importing. You'll want to ensure that the images you're using are 1024x1024 high-resolution photos to ensure that the compression doesn't alter the appearance.
Shopify has a technical guide and a blog post which goes into this in more detail:
Without seeing or going into your store/ store admin, it's hard to know more, but if you'd like to speak to someone on our support team in real time, you can do so by logging in here.
To learn more visit the Shopify Help Center or the Community Blog.
I know this is a bit old. But I found the answer to this issue here: https://community.shopify.com/c/shopify-design/how-to-increase-image-resolution-in-collage-liquid/td...
Specifically, the answer posted by LitExtension here:
<img
src="{{ block.settings.image | img_url: 'master' }}"
alt="{{ block.settings.image.alt | escape }}"
loading="lazy"
width="{{ block.settings.image.width }}"
height="{{ block.settings.image.height }}"
>
After I switched to image master, alt escape, and lazy loading the system started to use my original hi-res images that I had uploaded instead of smaller images.
Please accept this as the answer, I have been very frustrated by trying the wrong solutions. Thank you very much
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024