Collection List Images Load in Animation on Prestige theme

Is there a way to remove the load in animation for the images on the Collection List section? Whenever you can see the images then they suddenly load into effect with an animation but is there a way to make it so its already loaded in when you arrive on the homepage?

Theme designers decided to delay lazyloading of these images to add a reveal effect.

You can change this.

Since your theme is unlikely to auto-update, you can edit theme code – open snippets/collection-item.liquid, find and remove this code:

data-expand="-150"

This way lazyload library will start loading these images when they are not visible yet.