Twitter Bootstrap 3 Carousel - 一次显示2张图片而不是3张

时间:2015-03-07 16:17:48

标签: jquery css twitter-bootstrap-3 carousel

这个carousel是否有可能一次只显示2张图片而不是3张?

这是working demo

我试图将列更改为col-md-6并将css更改为50%,但没有运气......

1 个答案:

答案 0 :(得分:0)

从javascript中删除以下行并更改col-md-6

     if (next.next().length>0) {
    next.next().children(':first-child').clone().appendTo($(this));
  `enter code here`}
      else {
        $(this).siblings(':first').children(':first-child').clone().appendTo($(this));
      }

有效。在您的演示链接中测试