close
網頁設計

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

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

會造成圖片變形,如圖

BootStrap img-responsive 縮小圖片變

 

BootStrap img-responsive 縮小圖片變

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

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

這樣就能夠了
成功以下圖

BootStrap img-responsive 縮小圖片變
演示網站
http://www.netyea.com/


BootStrap img-responsive 縮小圖片變

arrow
arrow
    文章標籤
    網頁設計
    全站熱搜
    創作者介紹
    創作者 zekein8ihl26 的頭像
    zekein8ihl26

    慧晟數位科技

    zekein8ihl26 發表在 痞客邦 留言(0) 人氣()