Stacking images in a repeating group

Screenshot 2024-06-09 173136
I need to create an image that stacks on each other in a Repeating group like above without using any codes, how can I achieve this

Hey @onwukweemeka :wave:

You can create a repeating group with a smaller width than the content and move the content a little bit to the right with a margin. See the demo below:
chrome_2aJVPRPMiG

I have this repeating group (see the 15px width):

And this is the image (see the fixed width 50):

And recognize the margin of the image, so it will look better. It is the width of cell - width of the image.

If you want to check the editor: Tests for Forum 14 | Bubble Editor

2 Likes

This is very helpful, Thank y :blush:ou