This is a (multiple allowed):
new Swiper('.swiper-container-game', {
slidesPerView: 6,
slidesPerColumn: 3,
slidesPerColumnFill: 'row',
slidesPerGroup:6,
nextButton: '.paginator-next',
prevButton: '.paginator-prev',
pagination: '.location-box span',
paginationType: 'custom',
preloadImages: false,
lazyLoading: true,
observer: true,
lazyLoadingInPrevNext: true,
paginationCustomRender: function (swiper, current) {
return current;
}
});
All 18 slides in first view Port ( 6 Slider Per Row * 3 Slider per Column ) should be lazy loaded
only the first 6 was lazy loaded and also in next slide only 6 first are lazy loaded . all the rest always stuck on preloader .
P.S. Remember, an issue is not the place to ask questions. You can use Stack Overflow
for that.
Before you open an issue, please check if a similar issue already exists or has been closed before.
Sent a pull request which solve this issue.
Pull #2008
Issue is closed because of outdated/irrelevant/not actual/needed more information/inactivity.
If this issue is still actual and reproducible for latest version of Swiper, please create new issue and fill the issue template correctly:
Hello nolimits4web.
Second column does not lazyload.
Version: https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.6/js/swiper.js
I provided codepen with the problem: https://codepen.io/larsmqller/pen/WXEBdG
How can we fix? :)
I have just tried this using 4.0.7 & still the issue is still there.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I have just tried this using 4.0.7 & still the issue is still there.