Custom grid with Multiple Images

Hi guys!

I’m trying to design a custom grid layout using the multiple images CMS field but so far without success.

What is the best way to get the layout attached below?

Thank you very much!

1 Like

You could use columns. Stack on top of each other. So: div/column div/column.

But I didn’t get how am I supposed to get the images from the multi-images CMS field on each DIV. I need to call them with a CMS Collection.

If I have X single image fields I could select them by limiting by 1 and starting at 2 (for example). But with multi-image field that’s not an option.

I am pretty sure this is not possible without using custom code to create the grid, and manipulate the grid rows/columns in code.

1 Like