• Resolved spriteit

    (@spriteit)


    Hello,

    I have an issue with the lazy image loading.
    When i enable this function it loads all the images i can see when i go to a page.
    However when i scroll down on a page the images that should load wont load.

    When i refresh at the bottom of the page however it does load all the images of where i can see and above.

    Why is it that after a refresh all the images below the fold will not load and can you help me fix this issue?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Looks like a lot of images are https:// instead of https:// to the browser refuses to load those;

    Additionally it seems that /wp-content/themes/CherryFramework/js/jquery.magnific-popup.min.js also has some lazyload-ish features, so that _could_ be interfering which is probably why in above screenshot jQuery is mentioned as the one failing to load non-secure images (AO’s lazyload JS does not use jQuery) so that might also interfere with normal functioning.

    Groeten uit Belgi?,
    frank

    Thread Starter spriteit

    (@spriteit)

    Thanks for the quick response.

    I did not see those messages in my console log but will definately check and sort this out.

    I will also take a look at the jquery file to see if i can do something about that interference.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lazy image loading issue: Not loading all the images’ is closed to new replies.