Page 1 of 1

How to auto-resize Layers

Posted: Fri Nov 04, 2022 2:01 pm
by bzc0fq@gmail.com
Hi,

I have a question on how to auto-resize Layers.
There are a Layer and a HTML with dynamic table inside. When number of rows grows to let's say 30+, table grows over Layer's border - Layer does not auto-extends. Is there a way to make Layer 'grow' along the table?

Thanks

Re: How to auto-resize Layers

Posted: Fri Nov 04, 2022 2:05 pm
by Pablo
A layer is fixed/absolute container, it does not scale automatically.
If you want to implement a flexible layout then you can use Layout Grids or Flexbox instead.

Related tutorial:
http://wysiwygwebbuilder.com/layout_modes.html

Re: How to auto-resize Layers

Posted: Fri Nov 04, 2022 2:25 pm
by bzc0fq@gmail.com
OK. Thank you for the information.