Tagged: Masonry Gallery
Hello,
Is it possible for the masonry gallery to be all pre-loaded as the user scrolls down. Currently, the images in the masonry gallery are loading with some sort of motion animation as it is being scrolled down. I can’t seem to find a way to disable this in the masonry gallery element custom settings.
Hey hallyupedia,
Try to check the solutions posted in this thread: https://kriesi.at/support/topic/disable-loading-animation-of-masonry/
Hope this helps :)
Best regards,
Nikko
I’m not sure if the solution posted on that thread solved the issue. It definitely disabled the animation, but the images are still loading (one by one) as I’m scrolling down the website. Is there a way for the images to be already loaded with the rest of the elements. Not as I am scrolling down.
Hi,
Please add this css code.
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}
It will set the masonry items to display on page load.
Best regards,
Ismael
Hello,
It worked. Thank you for your help!
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard,
The issue has been solved. You can close this thread.
Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko