You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the demo https://jsfiddle.net/pmxvunf8/, in slide-2, when I use
$('.slider-2').slick({
infinite: false,
lazyLoad: 'anticipated'
});
the last image is always loaded even though the src has been replaced with data-lazy
The text was updated successfully, but these errors were encountered:
In the demo https://jsfiddle.net/pmxvunf8/, in slide-2, when I use
$('.slider-2').slick({
infinite: false,
lazyLoad: 'anticipated'
});
the last image is always loaded even though the src has been replaced with data-lazy
The text was updated successfully, but these errors were encountered: