I have incorporated several Bootstrap carousels on one page, each with its own unique identifier. These carousels are generated dynamically based on user interactions, such as uploading images.
My goal is to display 3 images at once in each carousel. I am attempting to achieve this using jQuery by following the steps outlined in this link: http://www.bootply.com/DKihet1ZM9
While this method works for a single carousel, I am wondering if there is a way to apply it to all of them simultaneously.
Thank you.