• Hi

    I’m trying to get the lazy laod to work with the popular NextGen Gallery plugin. That won’t work by default as the default selector doesn’t cover NextGen thumbnails. As such I have tried a custom selector init like so:-

    jQuery(document).ready(function($) {
    $.extend($.lazyLoadXT, {
      selector: '.ngg-gallery-thumbnail img'
    });
    });

    The selector is working, but oddly rather than fading the images in on scroll down it’s doing the reverse and fading them out – very weird.

    Any ideas how to rectify this please?

    Thanks

    Glennyboy

    https://www.ads-software.com/plugins/a3-lazy-load/

  • The topic ‘Lazy Load for Next Gen Weird Behaviour’ is closed to new replies.