Flex repeater percentual size possible?!?!

Hello!

I´ve got a flex repeater with a path like this


with this result:

The size of the repeated item is equal to the size of the pointed page

Would be it possible to be porcentual so it´s responsive to the page size??

Cheers!

On the Flex Repeater component try,
useDefaultViewWidth : false
You can do the same with useDefaultViewHeight.

1 Like

Oh, yes this works, thanks Transistor!

remember to put on a minimum size

1 Like

Thanks victordcq

1 Like