Hi
I have a Masonry gallery on the lower part of a Home page; the gallery doesn’t get displayed on screen until you get to it by scrolling. Is there a way to remove this effect and have the gallery always displayed?
Here is the url: http://goo.gl/91NEUP
Thanks very much for your help.
Laure
Hey Laure
Please add following code to Quick CSS
.av-masonry-entry { visibility: visible; opacity: 1; }
Best regards,
Yigit
HI Yigit
Thanks a lot, that worked great. What about the visuel effect on each image being ‘thrown’ one after the other, is that possible to de-activate?
Thanks
Hi!
Please add following code to Quick CSS as well
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
Cheers!
Yigit
Perfect, thanks very much again Yigit!