Fullscreen seems to work correctly

This commit is contained in:
Thomas FORGIONE 2015-05-13 11:56:36 +02:00
parent e334dc450d
commit bcff6a7647
1 changed files with 5 additions and 2 deletions

View File

@ -177,11 +177,14 @@ function fullscreen() {
function stopFullscreen() {
isFullscreen = false;
// container.style.position = "";
container.style.position = "";
container.style.cssFloat = "";
container.style.top = "";
container.style.bottom = "";
container.style.left = "";
container.style.right = "";
container.style.width = container_size.width() + "px";
container.style.height = container_size.height() + "px";
container.style.overflow = "";
// canvas.style.position = "";
// canvas.style.cssFloat = "";