Stacked profile pictures in a repeating group

Hey there,

In my app, I’d like to show the profile pictures of a task’s assigned users stacked on top of each other, as in the screenshot. How can I achieve the same result?

I am not sure, but I would go for a repeating group with pictuers from the database, where you adjust the negative padding to get this effect. Plus I think you may need to make the column size in RG smaller than the picture to get this effect.

1 Like

I set the repeating group’s column min width to 0, and the picture’s margin to negative. Thanks, it worked!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.