#233·flickity

Change settings at breakpoint

Author: coreyworrellCreated Sep 9, 2015Updated Oct 2, 2025
Labelsfeature request

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.