Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #861939

    Hello,

    Is it possible for the masonry gallery to be all pre-loaded as the user scrolls down. Currently, the images in the masonry gallery are loading with some sort of motion animation as it is being scrolled down. I can’t seem to find a way to disable this in the masonry gallery element custom settings.

    #862930

    Hey hallyupedia,

    Try to check the solutions posted in this thread: https://kriesi.at/support/topic/disable-loading-animation-of-masonry/
    Hope this helps :)

    Best regards,
    Nikko

    #864555

    I’m not sure if the solution posted on that thread solved the issue. It definitely disabled the animation, but the images are still loading (one by one) as I’m scrolling down the website. Is there a way for the images to be already loaded with the rest of the elements. Not as I am scrolling down.

    #865098

    Hi,

    Please add this css code.

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

    It will set the masonry items to display on page load.

    Best regards,
    Ismael

    #865277

    Hello,
    It worked. Thank you for your help!

    #865566

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    • This reply was modified 6 years, 5 months ago by Rikard.
    #865994

    Hi Rikard,
    The issue has been solved. You can close this thread.

    #866624

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Masonry Gallery animation’ is closed to new replies.