We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b96f9 commit 4ea9ebbCopy full SHA for 4ea9ebb
index.html
@@ -27,7 +27,7 @@ <h2>Your Current Game</h2>
27
<a id="game-link" href="#" target="_blank">Join Game</a><br><br>
28
<div class="iframe-wrapper">
29
<div class="iframe-loader"></div>
30
- <iframe id="userGame" src="" width="240" height="240" onload="hideIframeLoader(this)"></iframe>
+ <iframe id="userGame" src="" onload="hideIframeLoader(this)"></iframe>
31
</div>
32
<br>
33
<button onclick="reportTroll()">Report Opponent</button>
0 commit comments