Skip to content

Commit

Permalink
fix mobile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed Oct 21, 2024
1 parent f03e28c commit 4ff2b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Try on https://litecanvas.js.org/
## Playground tips

- https://litecanvas.js.org/?reset=1 cleans the backup code (stored locally)
- https://litecanvas.js.org/?autorun=0 prevents the code from being executed immediately (only on large screens)
- https://litecanvas.js.org/?autoplay=0 prevents the code from being executed immediately (only on large screens)
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</div>
<div class="game">
<div id="frame-overlay" hidden style="display: none"></div>
<iframe id="frame" frameborder="0" src="preview.html"></iframe>
<iframe id="frame" frameborder="0"></iframe>
</div>
</div>
</body>
Expand Down

0 comments on commit 4ff2b17

Please sign in to comment.