Skip to content

Commit

Permalink
fix aspect ratio some more
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Aug 30, 2024
1 parent f3e412f commit 10bfaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<body>
<div class="webgl-content">
<div id="unityContainer" style="width: 960px; height: 600px"></div>
<div id="unityContainer" style="width: 960px; height: 540px"></div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div>
Expand Down

0 comments on commit 10bfaa6

Please sign in to comment.