Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
juanmafont opened this issue Jun 9, 2018 · 1 comment

Comments

@juanmafont
Copy link

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.

@mwasil
Copy link

mwasil commented Feb 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants