Re: Images blurry!

Why are my website images with text appearing blurry?

Hallonolle
Visitor
3 0 1

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.

Replies 3 (3)

Nick
Shopify Staff (Retired)
4531 434 1027

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.

peacefulZen
Tourist
3 0 2

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.

alihxn
Shopify Partner
2 0 0

Please accept this as the answer, I have been very frustrated by trying the wrong solutions. Thank you very much