When developing responsive websites we often create self dependent item types wrapped in a <section>. But this limits the variation of content eg. If I were to create a row of 2, 3 and 4 spots I have to create an item type for each row of spots.
The solution:
What I and plenty of others webdevelopers wish for is a dynamic item wrapper. This way I could create a wrapper and each wrapper represents in my case a row of content. In every wrapper different item types can be created, so if I where to create a row of 4 spots I just have to create a wrapper and now I can add as many items to it as I want.
A limitation of the number of item types per wrapper would probably also be necessary, and if the wrapper could have properties like background color it would be great.
Some inspiration: https://www.youtube.com/watch?v=LlI13fxbW-k
Regards
Jakob Westhausen