Bootstrap 4 Multiple Items Carousel (several carousel items shown at once)
问题 How do you implement a multiple items carousel in Bootstrap 4? The docs mention about multiple carousels but not a carousel with multiple items. 回答1: You can display one carousel item at a time, but fill it with multiple elements. Something like: .item .col-xs-4 {content} .col-xs-4 {content} .col-xs-4 {content} But you may then be wishing you could advance them one at a time. That isn't going to happen with bootstrap right out of the box. After implementing many carousels, I'd recommend