From 71eb4bcbad52382769dbc4455d8f6c150b486c65 Mon Sep 17 00:00:00 2001 From: dginovker Date: Sun, 4 Jun 2023 14:03:36 +0900 Subject: [PATCH] Funorb - Make games slightly larger by default --- _layouts/funorbgame.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/funorbgame.html b/_layouts/funorbgame.html index 6f367b025..e39c4e809 100644 --- a/_layouts/funorbgame.html +++ b/_layouts/funorbgame.html @@ -195,8 +195,8 @@ en"> splashScreen: false, autoplay: true, }); - player.style.width = "680px"; - player.style.height = "480px"; + player.style.width = "800px"; + player.style.height = "600px"; console.log(player); });