Change `perView` option in `slider` type
I want to use glide with different options depending on the breakpoint.
Using glide as type: slider and change the perView will not re-position the slides.
First Example: Current slide has more slides after.

Second Example: Current slide doesn't have more slides after.

So as we can see in the second example when I change the perView glide should change the positions of slides and show me the slide 7, 8 and 9 since I use the type slider because I don't want an infinite loop.
Expected result
Maybe try another Carousel, for example, this one - https://github.com/fancyapps/ui - allows you to set slide widths using CSS (so you can also use CSS multimedia queries)
@Andrew-web-coder is not an option, but thanks.