Stretch and fill image in Bootstrap carousel

前端 未结 14 1434
情歌与酒
情歌与酒 2021-01-11 13:11

I am using bootstrap carousal and having some problem with image height and width. Even though I define it in the img attribute it still displays a

14条回答
  •  渐次进展
    2021-01-11 13:54

    You're defining the size of your placeholders in the URL, not in the HTML attributes for the elements.

    Also check out Bootstrap's .img-responsive class here.

    Update

    This has changed to .img-fluid in Bootstrap 4 Alpha and Beta

提交回复
热议问题