Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1462630

    Hello Enfold Team,

    I have a masonry gallery on my homepage, but it doesn’t load until I start to scroll. I want to change this and have it load on page launch. Can you please help with this?

    Thanks

    -James

    #1462646

    Hey James,

    Thank you for the inquiry.

    You can add this css code to disable the animation of the masonry items and have them display immediately on load:

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

    Best regards,
    Ismael

    #1462797

    Perfect! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Auto launch masonry gallery’ is closed to new replies.