Is there a way to make a group size dynamic based on inputs like below?
I asked this question in a another thread and the solution there was to use CSS/Java like this https://codepen.io/tomigm/pen/BaZwWgB
Seeing as that thread has gone down the CSS/Java route, I wanted to explore (separately) the possibility of using Bubble’s own tools (ie; no Java) in this post. I have loads of conditions which will need to be added so would prefer if the solution could be as ‘no-code’ as possible!
For context, I need to create the likeness of a window with individual glass panes. Adjusting the input values will dynamic change the Height & Width.
It may be impossible in Bubble, in which case I will have to get familiar with CSS/Java, but then I hope I can save data to my DB and update the Java/HTML based on all my inputs as easily as I could if using native Bubble elements.
I had a great suggestion from the pronocode team who said I could use SVG images, but then I realised if the glass panes were svg, they would only scale if the group resized, so I am back to square one.