I’m looking for a slider/carousel which automatically responds as the browser window changes size. If the window gets wider the number of visible slides should increase, and if the window gets smaller the number of visible slides should decrease.
The popular carousel plugins such as slick.js seem to require you to specify breakpoints in their code via the breakpoint
and slidesToShow
properties.
I am looking for a more flexible solution where the carousel adjusts itself automatically to grow and shrink as required without having to specify breakpoints or number of slides to show (it’s fine if I need to specify a minimum and maximum width for the slides).