twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:https://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carousel More Gallery

HUiTHEME opened this issue · comments

Prerequisites

Proposal

I want to display 4 pictures in a row, and only switch one picture each time I switch left and right. This requirement is very popular.

Currently, it is possible to display 4 pictures on one screen, but the switching is done one screen at a time. It is not possible to switch one picture at a time. Maybe I am not skilled enough.

Motivation and context

Similar to swiper;
Although you can use swiper directly;
But if Bootstrap supports it, one less plug-in can be used for development.

Duplicate of #29130.