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;
}