Collection List Images Load in Animation on Prestige theme

Solved

Collection List Images Load in Animation on Prestige theme

Jarch2
Explorer
60 2 15

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?

Accepted Solution (1)

tim
Shopify Partner
4698 573 1700

This is an accepted solution.

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.

 

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Reply 1 (1)

tim
Shopify Partner
4698 573 1700

This is an accepted solution.

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.

 

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com