Hi
Let’s say i want the responsive thing would change only by it’s height, and not the width.
how can it be done?
thanks
Do you have a specific example of what you’re trying to do?
let’s say i have a text element, and i want the responsiveness to affect only the height of the element and not the width.
how can i do that?
and not only in responsive manner, but also if the content is bigger, so the element height would become larger - and not its width.
thanks!
For this case in particular, make the text element fixed width or set a max width.
1 Like
Responsive height in general is not something Bubble does well. You’ll probably need to build a custom element using the element plugin system. This is a very common request on the boards, so someone might be doing this as we speak.
1 Like