After an extensive search, I have come across numerous outdated questions and answers regarding my issue. With Bootstrap continuously evolving, I am hoping someone can help me with my specific requirement.
I am in need of a carousel of cards that adjusts based on the viewport size. For example:
- By default: 3 items displayed
- On mobile: only 1 item shown
The code snippet found here seems to be ideal for what I want: . However, I have been unsuccessful in implementing it as desired.
I have also experimented with the Slick carousel, which does meet my needs but is outdated and buggy. I would prefer to stick with just using Bootstrap if possible.
My project utilizes Webpack, so I have the option to utilize SCSS if necessary.
If anyone knows how I could achieve my goal using plain Bootstrap 5, please share your insights. Thank you!