I\'m trying to display some pictures. All of them have the same width but different height. I\'m trying to do something like:
Sadly, you can't do this with CSS2/3.
There is jQuery Masonry, a fairly small script that emulates float: top; and works well.
float: top;