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

LazyLoading not working #496

Open SharpQuagga opened 3 years ago

SharpQuagga commented 3 years ago

Lazy load doesn't works when i add these in swiper params

preloadImages: false,
      lazy:{
       loadOnTransitionStart:false,
       loadPrevNextAmount:1,
       loadPrevNext:true,      
      },

i wanna set loadPrevNext:true but it works when i simply passlazy:true. Is this a issue ?