Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #639549

    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.

    #639955

    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

    #644429

    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.

    #644835

    Hi,

    Add this too:

    #top .av-masonry-entry{opacity: 1;visibility: visible;}
    

    Best regards,
    Josue

    #644963

    That worked. Thanks, Josue.

    #645093

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Masonry Gallery Images don't display immediately’ is closed to new replies.