a3-lazy-load icon indicating copy to clipboard operation
a3-lazy-load copied to clipboard

images inside flexslider dont show it until move page with mouse or keyboard

Open juanmafont opened this issue 6 years ago • 1 comments

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.

juanmafont avatar Jun 09 '18 13:06 juanmafont

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')
})

mwasil avatar Feb 13 '20 13:02 mwasil