From 6812f69341b62f09890d83d3fce9356df15887ad Mon Sep 17 00:00:00 2001 From: Voxel Date: Thu, 13 Mar 2025 15:47:48 -0400 Subject: [PATCH] Update index.html --- assets/games/whg/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/games/whg/index.html b/assets/games/whg/index.html index fb3c329..451395e 100644 --- a/assets/games/whg/index.html +++ b/assets/games/whg/index.html @@ -18,10 +18,11 @@ background-color: black; } embed { - width: 225vw; - height: 225vh; - max-width: none; - max-height: none; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; }