- 10
Hi Nop-Templates,
I use JAIL - image loading, and after filtering my images are not showing. So i think i have to call a function after the filter is done to activate my async image loading. Where should i do that, or what would be the solution?
At head of my website:
I use JAIL - image loading, and after filtering my images are not showing. So i think i have to call a function after the filter is done to activate my async image loading. Where should i do that, or what would be the solution?
At head of my website:
// img async loaden
$('img.lazy').jail({
effect: 'fadeIn',
placeholder: '/Content/img/img-loader.gif',
loadHiddenImages: true
});