a3-lazy-load
a3-lazy-load copied to clipboard
images inside flexslider dont show it until move page with mouse or keyboard
Hello, if I try activate a3-lazy-load inside a flexslider (by example <div class="flexslider") then images not showed, they are showed always lilke spinner, until I move page (up or down) with mouse or keyboard, then images are showed inmediately.
Old post, but this solution maybe usefull for anybody facing similar problem. This should be general fix for any slider:
jQuery(".YOUR_SLIDER_NAV_ARROW_CLASS").on('click', function() {
jQuery(document).trigger('customlazyloadxtevent')
})