Lazy Load for Next Gen Weird Behaviour
-
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
- The topic ‘Lazy Load for Next Gen Weird Behaviour’ is closed to new replies.