bootstrap 4 img-fluid does not change image height

前端 未结 8 1504
情话喂你
情话喂你 2020-12-16 10:43

Responsive Images in Bootstrap 4, with class .img-fluid are resized disproportionally. They keep it\'s height even width is shrinking down correctly. That is deforming whole

8条回答
  •  既然无缘
    2020-12-16 11:11

    Actually height:auto did not work for me, but height:100% worked like a champ.

提交回复
热议问题