最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin1浏览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
});
发布评论

评论列表(0)

  1. 暂无评论