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

    Using a gallery with lazy loading disabled on the element and globally, the images still don’t load until you scroll to the bottom of the page – https://wt026141915.mywtenfold2.com/celebrations/. Is there another setting somewhere?

    • This topic was modified 9 months ago by mgyura.
    #1435528

    Hey mgyura,

    Thank you for the inquiry.

    We were able to reproduce the issue but we are not yet sure what is causing it. Have you tried adding more content below the gallery? Yu can also use this css code to disable the animation entirely.

    .avia_transform .avia-gallery-animate .avia-gallery-thumb img.avia_start_animation {
        animation: none;
    }
    
    .avia_transform .avia-gallery-animate .avia-gallery-thumb img {
        opacity: 1;
        transform: scale(1);
    }

    Did you install another compression or lazy loading plugin?

    Best regards,
    Ismael

    #1435601

    Adding content below the gallery did not change the behavior – the gallery images do not load until the end of the gallery is visible.

    This site is extremely minimal regarding plugins – there are no compression or lazy loading plug-ins installed. (Though there’s the possibility something might exist at the server level, but we aren’t experience similar issues on sites with other themes).

    We’ve add the CSS to disable the animation completely – thank you for providing that!

    #1435684

    Hi,

    Glad to hear that the modification helped. However, we are not able to replicate the same issue on our end, suggesting it might be specific to your installation. This could be due to a modification or custom scripts. If you encounter more issues, please don’t hesitate to open another thread.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lazy loading disabled but images still not loading’ is closed to new replies.