kidjp85 / react-id-swiper

A library to use idangerous Swiper as a ReactJs component which allows Swiper's modules custom build
https://react-id-swiper.ashernguyen.site/
MIT License
1.49k stars 154 forks source link

next set of slides never becomes visible #37

Closed simran-k closed 7 years ago

simran-k commented 7 years ago

I am passing these parameters:

const params = { pagination: '.swiper-pagination', slidesPerView: 2, paginationClickable: true, spaceBetween: 30 };

I have 12 slides in the slider. It only shows as many slides as I mention in slides per view and scrolling to right never gives more elements no matter I pass 3 or 6 or 1

looks like this with 2 slides per view. next set of slides never appears

iisuegit

kidjp85 commented 7 years ago

Hi @simran-k , thank you for your report. Can u give me more detailed info like

Thanks