Setting strip height to viewport size

Basically this is possible by using html text within the strip (on the top)
And set the text height according to the screen height.
Try it yourself.

var style1 = “vh;height:” + 100 + “vh”;
$w(“#text1”).html = “<” + “h1” + " style=" + style1 + “>” + $w(“#text1”).text + “</” + “h1” + “>”;

You can see an example of this in Link - this is a little demo I made
https://www.wixproisrael.com/demo1