Still nothing regarding this hanging fruit? It’s a feature that simply makes sense and would help a lot of people achieving desired designs, specially with repeaters
Moved to a new topic
Are you able to explain your use case? It’s not possible out of the box, but depending on what you need and the editor you’re using - you might be able to do something with CSS
I’ll do my best!
Basically, I have a page with a repeater that displays four cards—each representing an option the user can choose from. Every card contains an image, a title, and a description. The titles are typically numbers, like “24” for the first card, “40” for the second, “64” for the third, and “80” for the fourth.
What I’m trying to achieve is for the image in each card to progressively increase in width as the option value increases.
Hi, @user5156 !!
Does that number change every time?
No, the options stay the same.
I see, in that case, wouldn’t it be better to place the images inside a flexbox instead of using a repeater? Flexbox is available as one of the layout tools, just like the repeater, so give it a try.
Hey, thanks for the tip! I went with a repeater because the card options actually change depending on the user’s country, so I needed something dynamic. With a repeater, I can filter or update content easily without manually showing/hiding elements. It just makes the logic cleaner and more scalable. But for this issue, the flexbox could be a solution. I’ll have to take the issue to the management.