Images are not working with lazy load
-
Hey there,
The lazyload not working with the woodmart theme, I enabled the lazy load from settings but it not working on some places.
see I enabled settings – https://prnt.sc/AoLnqAr46TMN
it’s not loading image in mobile menu header, see screenshot – https://prnt.sc/nogBOIJhT4wY, https://prnt.sc/53pwqdBI9xm8
You can see in above screenshots two images are loading but other images are not loading, I tried to change the images but still these images not loading.
Please help on it asap.
Thanks in advance.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
To fix this issue, try to add the following code snippet to the Custom JS area in Theme Settings.
jQuery('.wd-side-hidden').on('scroll', function () {
woodmartThemeModule.$document.trigger('wood-images-loaded');
} );
Kind Regards
Many Thanks! It’s working now.
The topic ‘Images are not working with lazy load’ is closed to new replies.