I can’t find the fullscreen.
document.documentElement.requestFullscreen();
here^
1 Like
If you’d like to preview the project in full screen you could use this shortcut: alt+k, or if you’re on mac, try option+k
If you’d like to have your project enter fullscreen with code, Tankman’s method should help