Tagged: Masonry Gallery
How can I get the images in a masonry gallery to display immediately instead of waiting to display until the user scrolls down the page? Right now
on a bigger screen the area where the gallery is displays as white at first (until the users scrolls) which doesn’t look good.
Hey!
Try adding this code to the Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-entry .av-inner-masonry{
-webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */
animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */
}
Cheers!
Josue
Josue,
I added the code to quick CSS, but on a large screen I still have to scroll down before I can see the masonry images.
Hi,
Add this too:
#top .av-masonry-entry{opacity: 1;visibility: visible;}
Best regards,
Josue
That worked. Thanks, Josue.
You are welcome, glad to help :)
Regards,
Josue