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).
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).