Mam takie coś:

A chce mieć takie coś:

<div id="gallery"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/2.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 40%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/background.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/2.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 40%;"> <img src="../images/background.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> <img src="../images/portret/1.jpg" class="gallery_photos" style="width: 18.5%; height: 19%;"> </div>
css
#gallery{ margin-top: 10px; margin-bottom: 40px; width: 100%; margin:0 auto; text-align: center; } .gallery_photos{ background: #f7f8fa; margin: 0.5%; clear: none; vertical-align: top; }