BootStrap img-responsive 縮小圖片變形怎麼調劑 網頁設計
2023/06/20 00:01
網頁設計許多人用BootStrap 圖片因寬度縮小視起來很歡樂
但是縮得太小的時刻,高度會到達最小高度因此沒法往下縮
會造成圖片變形,如圖

網頁設計

於是翻了一下bootstrap.css
找到 .img-responsive 這個class
裡面加入
- /* fix by woff */
- min-height:0px !important;
- /* fix by woff */
複製代碼
網頁設計如許就可以了
成功以下圖
網頁設計

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

本文來自: