I am looking to customize the bootstrap 3 carousel in order to show multiple slides at once. I understand that I could place several thumbnails in a single slide (div .item), but the issue is that the carousel will progress through them all at once, moving on to the next set, when I actually want to navigate through them individually.
I have found an example that demonstrates exactly what I am aiming for right here: http://www.bootply.com/117282. The only drawback is that I need 5 or 6 visible slides instead of just 4. I have tried for hours to tweak it to meet my requirements, but it seems that my understanding falls short.
My knowledge of jquery/javascript is basic, although I am quite proficient in CSS. Can anyone guide me on how to adjust this to exhibit 5/6 slides simultaneously? Your help would be greatly appreciated.
Thank you, Sharma