javascript - BxSlider Carousel - Changing one by one - Stack Overflow

admin2025-04-26  0

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

Share Improve this question asked Mar 10, 2015 at 15:47 ErkanErkan 411 silver badge11 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 3

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
});
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745642968a311709.html

最新回复(0)