Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #318988

    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

    #319130

    Hey Laure

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #319227

    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

    #319235

    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

    #319312

    Perfect, thanks very much again Yigit!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display Masonry gallery without any delay’ is closed to new replies.