From 4b2176552dcddc6ed90d137b9560c2637c5edb01 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Thu, 23 Nov 2023 12:08:33 -0600 Subject: [PATCH] Apply width and height to windows --- views/projects/hex/scripts/index.js | 4 +++- views/projects/woz/scripts/index.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/views/projects/hex/scripts/index.js b/views/projects/hex/scripts/index.js index 2cda2ec..52aabec 100755 --- a/views/projects/hex/scripts/index.js +++ b/views/projects/hex/scripts/index.js @@ -59,7 +59,9 @@ function initDocument(hx, w, h, t) { `, - true + true, + w, + h ); newWindow.windowContent.contentWindow.addEventListener("load", () => { diff --git a/views/projects/woz/scripts/index.js b/views/projects/woz/scripts/index.js index a003462..9d65817 100755 --- a/views/projects/woz/scripts/index.js +++ b/views/projects/woz/scripts/index.js @@ -28,7 +28,9 @@ function initDocument(hx, w, h, t) { `, - true + true, + 1280, + 720 ); newWindow.windowContent.contentWindow.addEventListener("load", () => {