Hi, can I make the masonry gallery images load with the page itself instead of how it works now (loading the images as the user scrolls to the gallery)?
Thanks.
Hey DROR!
Please try following the instructions in this thread:
https://kriesi.at/support/topic/disable-animation/
Best regards,
Dake
I tried going through all those threads but it is very confusing and the code I finally copied to my site doesn’t load the masonry gallery images on page load. It still does it when I scroll over to the gallery.
Can you give me the code in order to make the masonry gallery images load on the page load?
Thanks.
Hi!
In that case, please remove the css that didn’t change anything and replace it with the below:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}
Regards,
Dake