I currently have a bootstrap 5 carousel with controls that I want to modify. My goal is to create a slideshow where each slide displays 2 items, and I can scroll through one image at a time.
Starting from here: https://i.sstatic.net/ROgoL.png And ending here: https://i.sstatic.net/OeCr5.png
The issue I've encountered with existing solutions, such as those utilizing the bootstrap grid system like the ones discussed in this thread, is that they require a specific number of items to function properly and scroll two items per click instead of one. Many online solutions I've come across are either glitchy or overly complex.
Is there a straightforward way to achieve this desired outcome?