I am using BxSlider Carousel in my project. Here is the link from bxslider;
I am using the vertical one. What I want to adjust and achieve there is to change the slides one by one when clicking the Next - Prev buttons. It changes two of them or three of them according to our determination on how many of them we want to show at the same time. I hope I could express the problem well.
Thanks in advance
I am using BxSlider Carousel in my project. Here is the link from bxslider;
http://bxslider./examples/carousel-demystified
I am using the vertical one. What I want to adjust and achieve there is to change the slides one by one when clicking the Next - Prev buttons. It changes two of them or three of them according to our determination on how many of them we want to show at the same time. I hope I could express the problem well.
Thanks in advance
see http://bxslider./options , Carousel section; moveSlides parameter. It allows you to determine how many slides you want to move at once.
moveSlides The number of slides to move on transition. This value must be >= minSlides, and <= maxSlides. If zero (default), the number of fully-visible slides will be used.
$('.bxslider').bxSlider({
moveSlides: 1
});