Hi,
in the Elements editor environment, is there a reliable way to dynamically measure the height of a component (which can change if, for example, we change the top padding or something else)? I should use that value to size the height of another element in the editor.
Thanks!
In short: no!
You can’t execute javascript in the editor, so there is no way to dynamically get the width/height of another component.
Ok thanks