How can I fix a broken image thumbnail during page load?

Hi everyone!
I have a problem with my website, giseljewelsoul.com
When I click on a category, before the page fully loads, a broken image thumbnail appears, like this:

After 1 second image load properly…

Can I hide that?
Or insert some other colored space?

You probably need to add loading=“eager” to the image tag.

If you’re using the image_url as an object, here is a reference on how to apply it. Just replace ‘lazy’ for ‘eager’.

https://performance.shopify.com/blogs/blog/lazy-load-images-for-performance

I’ll try right away, thanks!

1 Like

No problem!