devmark / angular-slick-carousel

Angular directive for slick-carousel
http://devmark.github.io/angular-slick-carousel/
MIT License
353 stars 125 forks source link

Can only change 1 slide at the beginning #116

Closed thierryskoda closed 7 years ago

thierryskoda commented 7 years ago

Hi here's my Slick directive :

                <slick
                    infinite="true"
                    center-mode="true"
                    slides-to-show="3"
                    slides-to-scroll="3"
                    prev-arrow="true"
                    next-arrow="true"
                    speed="200"
                    variable-width="true"
                    >

I can only drag my items from one slide and than the carousel seems to not working. I can drag the whole element to left and right but it will never change the selected slide.

Thank you for any help!

thierryskoda commented 7 years ago

It was because I was wrapping my slick component with another div that had width 100%