You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Due to client requests, we need to be able to switch dynamically itemsPerSlide. The use case would be to have a multilist carousel. For desktop we will have N itemsPerSlide, but on mobile, we just want one slide active at the time.
Describe the solution you'd like
I would like to be able to call a public method on the component that allows me to recalculate all active slides on the screen based on itemsPerSlide variable.
Describe alternatives you've considered
At the moment, itemsPerSlide is read-only on component initialization and never again, was wondering if we could expose a method to actually recompute active slides on the viewport.
The text was updated successfully, but these errors were encountered:
Would love to get some sort of ETA on this, seems like a much needed feature for a carousel in a responsive environment.
As an alternative, we're going with the following solution... https://www.npmjs.com/package/ngx-slick-carousel
Is your feature request related to a problem? Please describe.
Due to client requests, we need to be able to switch dynamically
itemsPerSlide
. The use case would be to have a multilist carousel. For desktop we will have N itemsPerSlide, but on mobile, we just want one slide active at the time.Describe the solution you'd like
I would like to be able to call a public method on the component that allows me to recalculate all active slides on the screen based on
itemsPerSlide
variable.Describe alternatives you've considered
At the moment,
itemsPerSlide
is read-only on component initialization and never again, was wondering if we could expose a method to actually recompute active slides on the viewport.The text was updated successfully, but these errors were encountered: