How can I remove lazy load from my hero image?

It appears that my hero image is lazy loading. Being above the fold this is slowing the load time, and I’d like the image to load immediately.

I’ve tried adding this to the end of theme.css but it didn’t seem to work

.hero__image-wrapper:before, .hero__media:before {
display: none;
}

Any other suggestions gratefully received.

www.bonzadogtreats.com.au

Thank you.

Hi @BonzaDogTreats

Please check in your Online store > Themes > Customize, it has an option to enable or disable Lazy load image option

Perfect thank you - no idea why I didn’t think to look there before diving into the code :thinking:

1 Like