You can display one carousel element at the same time, but fill it with several elements. Sort of:
.item .col-xs-4 {content} .col-xs-4 {content} .col-xs-4 {content}
But you may wish that you could promote them one at a time. This will not happen with the download right out of the box. After introducing many carousels, I would recommend looking for another carousel library when Bootstrap doesn't match the count. Slick.js is my go-to lib for many carousel configuration options. And its pretty thin ~ 5k min'd and gzipped.
If you are configured to use the boot tray, here is a script that can provide one preliminary, several elements: http://codepen.io/MarkitDigital/pen/ZpEByz
source share