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

Twitter Bootstrap 3 Carousel - display 2 pictures at a time rather than 3

carousel 是否可以一次只显示 2 张图片而不是 3 张?

这里是working demo.

我尝试将列更改为 col-md-6 并将 css 更改为 50% 但没有成功...

从 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));
      }

有效。在您的演示中测试 link