Bootstrap carousel width and height

前端 未结 8 1531
不思量自难忘°
不思量自难忘° 2020-12-12 20:55

Im trying to do a bootstrap carousel with full width for the images (width: 100%) and a fixed height but if I set the width to 100% the height automacally is taking the 100%

8条回答
  •  再見小時候
    2020-12-12 21:09

    If you use bootstrap 4 Alpha and you have an error with the height of the images in chrome, I have a solution: The documentation of bootstrap 4 says this:

    
    

    Solution:

    The solution is to put "div" around the image, with the class ".container", like this:

    
    

提交回复
热议问题