Open shadoof opened 7 years ago
what happens to the text on a very big window, say 2500x1600 or bigger?
There are two ways to do this, and it depends on what this full-screen mode is targeting at.
The first condition is more suitable for a user viewing the sketch from a large screen while the second one is more suitable for exhibition setup.
Also, the ratio of the sketch should be maintained when it changes according to the browser window.
@shadoof?
I can create a "full screen" mode that reloads the page with a canvas that equals to the size of the browser window. A button that leads back to the normal mode would be shown if any mouse movement is detected. The button would disappear after the mouse stops moving for a certain seconds.
The browser interface should be hidden from the user side.