Bootstrap Carousel image doesn't align properly

前端 未结 13 1398
轮回少年
轮回少年 2020-12-02 07:10

Please take a look at the following image, we are using bootstrap carousel to rotate the images. However, when the window width is large, the image doesn\'t align with the b

13条回答
  •  不思量自难忘°
    2020-12-02 07:49

    For the carousel, I believe all images have to be exactly the same height and width.

    Also, when you refer back to the scaffolding page from bootstrap, I'm pretty sure that span16 = 940px. With this in mind, I think we can assume that if you have a

    So yes, you have to be careful when setting the spans space within a row because if the image width is to large, it will send your div over into the next "row" and that is no fun :P

    Link 1

提交回复
热议问题