jonstieg

Results 3 comments of jonstieg

there is now a `loop` property that can be set to `true` within NguCarouselConfig

My config looks like this: ``` { grid: { xs: 2, sm: 3, md: 4, lg: 5, all: 0 }, load: 1, slide: 1, loop: true, touch: true, velocity: 0.2,...

I just set `loop` to `false` and it fixed my issue. Not ideal but it's more important to me to reach the last item than to loop.