Closed ely-fornoville closed 3 years ago
After installing the plugin it seems that Lazy Load of our product images on the category pages doesn't work anymore after filtering. Once the AJAX loads new products Lazy Load loading icon keeps loading but no product images are shown.
Is there a fix for this?
Kind regards Ely
Hi,
The module call after loading page : $(document).trigger('contentUpdated');
$(document).trigger('contentUpdated');
So you can call you lazyload like this :
$('body').on('contentUpdated', function() { yourLazyloadJs.update(); });
After installing the plugin it seems that Lazy Load of our product images on the category pages doesn't work anymore after filtering. Once the AJAX loads new products Lazy Load loading icon keeps loading but no product images are shown.
Is there a fix for this?
Kind regards Ely