glide icon indicating copy to clipboard operation
glide copied to clipboard

Change `perView` option in `slider` type

Open mauroreisvieira opened this issue 4 years ago • 2 comments

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.

First

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

Screen Recording 2021-09-03 at 4 04 14 PM

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

Screenshot 2021-09-03 at 5 10 18 PM

mauroreisvieira avatar Sep 03 '21 16:09 mauroreisvieira

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 avatar Sep 14 '21 07:09 Andrew-web-coder

@Andrew-web-coder is not an option, but thanks.

mauroreisvieira avatar Sep 15 '21 18:09 mauroreisvieira