In one page, my graphic designer, would display several images organized by rows and columns. It's possible with show_repeatable to control the number of loops to divide the content by rows?
Example, I have rows each made by 3 images. If I insert exactly 3 images, only 1 row is needed, but if I insert 6 images, there are 2 rows each made by 3 images, and so on. So, how I can split repeatable loop?
Thanks...
Example, I have rows each made by 3 images. If I insert exactly 3 images, only 1 row is needed, but if I insert 6 images, there are 2 rows each made by 3 images, and so on. So, how I can split repeatable loop?
Thanks...