My page is a single page app with 5 horizontal strips, each representing one menu selection and one “page”. I would like to make the height of each Strip to be equal to users viewpoint height. Is this possible?
Hello,
You can get the information about the window using getBoundingRect( )
https://www.wix.com/corvid/reference/wix-window.html#getBoundingRect
However, it’s not possible to change the size of the element using code.