0
我正在使用Twitter Bootstrap在網站上工作。Twitter Bootstrap列在某些屏幕尺寸上顯示不正確
我有4列的列:
%ul.thumbnails
%li.span3
.thumbnail
%a{href:"#"}
%img{src:"http://placehold.it/260x180", alt:""}
.thumb_info
%h5= truncate("Dot. The world smallest stop motion", length:25)
%p
%i.icon-eye-open
11
%i.icon-heart
1
%li.span3
.thumbnail
%a{href:"#"}
%img{src:"http://placehold.it/260x180", alt:""}
.thumb_info
%h5= truncate("Dot. The world smallest stop motion", length:25)
%p
%i.icon-eye-open
11
%i.icon-heart
1
%li.span3
.thumbnail
%a{href:"#"}
%img{src:"http://placehold.it/260x180", alt:""}
.thumb_info
%h5= truncate("Dot. The world smallest stop motion", length:25)
%p
%i.icon-eye-open
11
%i.icon-heart
1
%li.span3
.thumbnail
%a{href:"#"}
%img{src:"http://placehold.it/260x180", alt:""}
.thumb_info
%h5= truncate("Dot. The world smallest stop motion", length:25)
%p
%i.icon-eye-open
11
%i.icon-heart
1
我使用的是響應式設計,因此列適應。但是,在某些顯示屏上,我收到了不好的結果。
這是理想的結果我得到了我的正常卵石大小:
這是我所得到的,當我縮小我的瀏覽器窗口
但是,如果我縮小了,結果看起來像第一個...
我的猜測是圖片格式(260x180)不適用於4列。我只是不知道什麼尺寸會很好...
謝謝你真是太棒了!你回答解決了我的問題。我以爲我不需要添加'row'類,因爲我正在使用縮略圖。看來我不得不!不過,我不得不在''ul''之前放置一個''''''div來讓它工作。 – 2012-07-17 00:03:21