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 d64be08 commit 391d34bCopy full SHA for 391d34b
README.md
@@ -165,7 +165,7 @@ An Iframe embeddable version of WasmBoy. Simply provide information through [URL
165
Add an iframe to your website like the following:
166
167
```html
168
-<iframe title="WasmBoy Iframe Embed" width="160" height="144" src="https://wasmboy.app/iframe/?[QUERY_PARAMS_GO_HERE]"> </iframe>
+<iframe title="WasmBoy Iframe Embed" width="160" height="144" allowfullscreen="true" src="https://wasmboy.app/iframe/?[QUERY_PARAMS_GO_HERE]"> </iframe>
169
```
170
171
The iframe is configured by adding [URL Query Params](https://en.wikipedia.org/wiki/Query_string). The configuration params are:
0 commit comments