How do I exit full screen

I used this code to go to full screen, but I don’t know how to exit full screen
document.body.requestFullscreen();
var mayScreenOrientation=window.screen.orientation;
mayScreenOrientation.lock(“landscape”);

Hi @11128,

Check the exit fullscreen method:

1 Like