vasyabigi / angular-slick

Angular directive for slick-carousel
http://vasyabigi.github.io/angular-slick/
MIT License
500 stars 237 forks source link

Slide when number of slide is less than or equal to slides-to-show #162

Open BhuvneshGupta opened 7 years ago

BhuvneshGupta commented 7 years ago

Hello guys,

I am having 3 slides in my slider and I am using 'slides-to-show=3' to slide at a time. But when my number of slides are equal to 'slides-to-show' then arrows are not coming.

I want to slide images repeatedly no matter how many slides I have

dashcraft commented 7 years ago

Did you set infinite to true? This allows the slides to cycle through when it reaches the end, regardless of the number of slides.

p1tt1 commented 6 years ago

+1