Bootstrap: Slide only one image among the multiple images in an item of the carousel

前端 未结 2 1193
南笙
南笙 2020-12-06 08:01

I am implementing the Bootstrap Carousel for making view multiple image thumbnail (4 images) in each carousel item. When I click on the next or prev control then it should s

2条回答
  •  暖寄归人
    2020-12-06 08:33

    I implemented the slider from bootply but the previous button doesn't work as expected. I fixed it by adding .carousel-inner .active.right { left: 25%; } in the CSS file.

提交回复
热议问题