So, if we’re using a 3 column grid, you can see that some items are 2:1, 1:1 and even 3:1. In my tests, I can’t figure out a way to specify — on a per item basis — the grid ratio they should display at. It seems to be one size fits all.
What is the best way to go about laying out dynamic content like this?
This structure requires a bit of tweeiking and kind of a workaround, since the grid does not supports collection itemsyet.
What you need to do-
Have a wrapper div with the grid properties (now with the grid areas - easy!)
Then inside this wrapper’s areas put 6 CMS lists, and define each list to display only 1 item. The first list to start on the first item, the 2nd on the 2nd and so on…
Is there a way to do something similar with ‘multi-image’ fields?
It doesn’t seem like you can sort or filter multi-image fields, so it seems like the technique described above won’t work (create an area for item 1-3 with a filter, then create another area for item 4-5 etc).