I have simple gallery like this:
<div class="gallery">
<div class="thumbnail">
<img src="1.jpg">
</div>
<div class="thumbnail">
<img src="2.jpg">
</div>
...
</div>
How to auto-align thumnbails in row?
First thumbnails from the row should be align to the left and last from row to the right
Margin between align should be change dynamically.