Hello Enfold Team,
I have a masonry gallery on my homepage, but it doesn’t load until I start to scroll. I want to change this and have it load on page launch. Can you please help with this?
Thanks
-James
Hey James,
Thank you for the inquiry.
You can add this css code to disable the animation of the masonry items and have them display immediately on load:
.av-masonry-entry {
visibility: visible;
opacity: 1;
}
Best regards,
Ismael
Perfect! Thank you.