我無法爲所有對齊的圖像居中頂部填充<div class="photos text-center">
我已經爲div設置了背景。所以在集中來自各方的圖像之後它看起來像邊框。請找到下面的代碼鏈接。Bootstrap - 如何在自舉div類中將圖像從頂部和底部居中放置
http://codepen.io/devendrasingh/pen/dGroGM
<div class="container">
<div class="heading text-center">
<h1 class="heading">Amitabh Bachchan</h1>
<h5 class="heading">Shahenshah of Bollywood</h5>
</div>
<div class="photos text-center">
<img src="http://i2.wp.com/celebritykick.com/wordpress/wp-content/uploads/2015/01/Amitabh-Bachchan-Childhood-pictures-1a.jpg" class="profile-pic image-responsive">
<img src="http://4.bp.blogspot.com/-M406xYLxmxQ/TiP6cAVINQI/AAAAAAAABI4/WR5cdWO1h0s/s1600/4.jpg" class="profile-pic image-responsive">
<img src="http://4.bp.blogspot.com/-TPBdiYqY2N4/TiP7S-QyKEI/AAAAAAAABJc/_WWCsdLZfIM/s1600/d.jpg" class="profile-pic image-responsive">
<img src="https://s-media-cache-ak0.pinimg.com/736x/d0/23/e1/d023e15529ee609aec540e354b0617ef.jpg" class="profile-pic image-responsive">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Amitabh_Bachchan_December_2013.png/220px-Amitabh_Bachchan_December_2013.png" class="profile-pic image-responsive">
<p class="caption">Amitabh Bachchan photos from different ages.</p>
</div>
注意:圖片應響應。
謝謝@ketan其工作。 –