vasyabigi / angular-slick

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

Prevent angular-slick from adding a width property to its items #137

Open isaacalves opened 8 years ago

isaacalves commented 8 years ago

In my implementation of angular-slick, a 'width' property is being added to the items of the thumbnail gallery (slick items) which is undesirable (I have it all styled in CSS) and breaks the gallery. Why is that happening?

I don't want to use 'rows' or 'slidesPerRow' or 'slidesToShow' slick options because that is set on the CSS, and it's responsive (so I can have any quantity os slides per row, for example, based on screen width).