diff --git a/index.html b/index.html
index c7610e7..cc1c8f8 100644
--- a/index.html
+++ b/index.html
@@ -18,14 +18,18 @@
}
body {
- width: 100%;
- height: 100%;
+ width: 100vw;
+ height: 100vh;
overflow: hidden;
background-color: black;
}
canvas {
display: block;
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
+ image-rendering: pixelated;
}
.touchcontrol {
@@ -39,7 +43,7 @@
-
+