Blop

Results 2 comments of Blop

I am encountering the exact same issue, has anyone found a workaround or a fix ?

Based on Dantio's answer, the solution that I found is the following: https://github.com/nolimits4web/swiper/blob/master/src/modules/lazy/lazy.js#L167 ``` if (params.loadPrevNext) { if (slidesPerView > 1 || params.loadPrevNextAmount && params.loadPrevNextAmount > 1) { const amount...