Scheme of the grid (ul) sections of different sizes

What would be the best way to get an unordered list that looks like this?

enter image description here

+5
source share
1 answer

You might want to take a look at jQuery Masonry . As far as I know, this is probably the most popular tool used to achieve such layouts.

+7
source

All Articles