I'm building a masonry grid which needs to have the following output:
But the problem is masonry is going to fill horizontal space first and after that it's going to fill the vertical spacing. So the first part is going good with masonry but the second part isn't.
Item 4 and item 5 are going to be placed next to each other and item 6 is going to be set below it.
The width of my container needs to be 100% and the items need to be fluid. So I'm using a percentage grid. I can't stick with a fixed one!
I've already tried the following:
http://output.jsbin.com/zojivodosu
As you can see in that jsbin the problem persists there. Is there anyway I can fill out vertical space and after that horizontal space?
I don't want to customize my HTML if that's possible. Thanks in advance.
Kind regards,
Wouter