Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #524447

    Hi, can I make the masonry gallery images load with the page itself instead of how it works now (loading the images as the user scrolls to the gallery)?

    Thanks.

    #524499

    Hey DROR!

    Please try following the instructions in this thread:

    https://kriesi.at/support/topic/disable-animation/

    Best regards,
    Dake

    #524701

    I tried going through all those threads but it is very confusing and the code I finally copied to my site doesn’t load the masonry gallery images on page load. It still does it when I scroll over to the gallery.

    Can you give me the code in order to make the masonry gallery images load on the page load?

    Thanks.

    #525029

    Hi!

    In that case, please remove the css that didn’t change anything and replace it with the below:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Regards,
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.