I have looked through the support area a lot and everything I find to do with this question is old.
How do I have the Masonry Gallery auto load without having to scroll down?
I have looked for the ‘includes/helper-slideshow.php’ mentioned in older posts but that no longer exists.
Help is greatly appreciated.
Thank you.
Hi Micheal0424!
Please see here, https://kriesi.at/support/topic/disable-animation/#post-371416.
Best regards,
Elliott
That worked perfectly, I used the code from the link you provided.
Thank you very much!!
The code I used from the link:
.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;
}
Hi!
Glad to know we could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake