How can I disable lazy loading for product images?

Hi! Would someone let me know how to remove lazy loading on my product images?

They are staying blurry rather than initially blurred then crisp.

https://greatamericangriller.com/products/accelerated-meat-defroster

Actually, lazy loading does not work for you because your images are missing the lazyload class. Because of this, lazyloading library does not know it has to process your images, so it does not do anything to them.

so just change this


to this

```markup

and it will work.

Where is this under? I can’t see it in product-template.liquid

I changed that under both IMG class in product-template.liquid and it still seems to be blurry

This one: