2023-05-05 03:13:45marciacj2

網站架設 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/


網站架設

引用自: