Make bootstrap carousel responsive on height

后端 未结 7 1658
夕颜
夕颜 2021-02-05 14:51

I need to customize BS carousel, to make images size responsive corectly. I need the carousel to adapt to the height of the active slides images initiel height. When the viewpor

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 15:34

    I will refer you just to add the class "img-responsive" in the image tags. And Bootstrap will do the rest for you.

    This class tells the Bootstrap that you want to scale the images according to the screen size.

              
    

    For more details Here I have an article regrading this, You can take a look if you want

    Carousel Image Slider In Bootstrap 3

提交回复
热议问题