Twitter Bootstrap を使用して Web サイトに取り組んでいます。
私は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 列には適していません。どのサイズがいいのかわからない…