admin管理员组文章数量:1434908
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 badges1 Answer
Reset to default 3see 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
});
本文标签: javascriptBxSlider CarouselChanging one by oneStack Overflow
版权声明:本文标题:javascript - BxSlider Carousel - Changing one by one - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745642966a2667967.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论