t-vc
t-vc
> @bd-arc How I can solve this problem? > > ``` > However, it seems if I have uneven number of items, I can swipe to a non-existing item such...
Hi, sorry i didn't realise a reply until @kristoff2016 recent comment. @bd-arc I focus only for `activeSlideAlignment start` to avoid crashing the others. I will share it to you guys...
``` if(this._getCustomData(props).length-1 == index && activeSlideAlignment=='start' && !loop){ var offset=lastItemOffsetWidth; if(offset==undefined) offset=0; this._positions[index] = { start: index * sizeRef - (sliderWidth - (sizeRef + offset)), end: index * sizeRef -...
just modify the original file `Carousel.js`