「Bootstrap.cssのImage shapes」のサンプル

Bootstrap.cssのクラス名のサンプル:和訳」の「Image shapes」のサンプルページです。

基本

使っている画像は縦横ともに150px。

オリジナル

実際のソース

<img src="./images/sample_cat_col.png" />

角丸

実際のソース

<img src="./images/sample_cat_col.png" class="img-rounded" />

実際のソース

<img src="./images/sample_cat_col.png" class="img-circle" />

サムネイル風

実際のソース

<img src="./images/sample_cat_col.png" class="img-thumbnail" />

関連ページ