devmark / angular-slick-carousel

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

Multiple items breakpoints? #130

Open nimeso opened 7 years ago

nimeso commented 7 years ago

Is it posible to set up breakpoints? like: responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: true } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } }

sgClaudia98 commented 3 years ago

This issue is solved... ✅