Is it possible to have an html (https Only), to fullscreen the website inside?

Hi!

i copied the code

$w.onReady(function () {
// does not change to full screen
// sets flag to allow full screen
// code in HtmlComponent will change to full screen
$w(" #html1 ").allowFullScreen(); });

But it says that #html1 is not a valid selector…
what should i write instead??
maybe is a stupid question but i’ve tried a couple of things and nothing works…
Thanks in advance! :slight_smile: