We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44cd42 commit 77b1153Copy full SHA for 77b1153
1 file changed
Superfarming/Superfarming.html
@@ -14,7 +14,7 @@
14
<!-- <img id="player" src="Assets/player.png" style="display: none;">
15
<img id="obstacle" src="Assets/obstacle.png" style="display: none;"> -->
16
<div style="display: flex; align-items: center; justify-content: center; height: 100%;">
17
- <canvas id="canvas" width="768" height="512" style="max-width: 100%; border: 1px solid black; border-radius: 10px;"></canvas>
+ <canvas id="canvas" width="768" height="512" style="max-width: 100%; max-height: 100%; border: 1px solid black; border-radius: 10px;"></canvas>
18
</div>
19
<script type="module" src="./Superfarming.js"></script>
20
</body>
0 commit comments