-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Labels
Description
It would be nice to do something similar to slick where you can define settings that only kick in at certain breakpoints.
For example, on a wide screen I would like to show multiple items and allow free scrolling, but on a smaller mobile device I would like to only show one item at a time and snap to each item. I see that the showing one at a time option is doable now by setting the width to 100%, but changing freeScroll is not possible currently (as far as I can tell).
Is there a simple way to handle this?
Thank you.
Reactions are currently unavailable