形狀
圓角
<img src="..." alt="..." class="img-rounded">
圓形
<img src="..." alt="..." class="img-circle">
有邊框
<img src="..." alt="..." class="img-thumbnail">
自適應(yīng)
<img src="../images/timg.jpg" class="img-responsive" width="100" height="100">
圖片居中
<img src="../images/timg.jpg" class=" center-block" width="100" height="100">