2023-04-29 14:49:56caseyxmm2

BootStrap img-responsive 縮小圖片變

良多人用BootStrap 圖片因寬度縮小視起來很高興

可是縮得太小的時辰,高度會到達最小高度是以沒法往下縮

會造成圖片變形,如圖

1.png

 



於是翻了一下bootstrap.css
找到 .img-responsive 這個class
裡面加入

  1.   /* fix by woff */
  2.   min-height:0px !important;
  3.   /* fix by woff */
複製代碼
網頁設計

如許就可以了
成功以下圖

2.png
演示網站
http://www.netyea.com/




以下文章來自: