Skip to content

Commit 391d34b

Browse files
authored
Updated Iframe Embed README Docs for FullScreen (#324)
😄
1 parent d64be08 commit 391d34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ An Iframe embeddable version of WasmBoy. Simply provide information through [URL
165165
Add an iframe to your website like the following:
166166

167167
```html
168-
<iframe title="WasmBoy Iframe Embed" width="160" height="144" src="https://wasmboy.app/iframe/?[QUERY_PARAMS_GO_HERE]"> </iframe>
168+
<iframe title="WasmBoy Iframe Embed" width="160" height="144" allowfullscreen="true" src="https://wasmboy.app/iframe/?[QUERY_PARAMS_GO_HERE]"> </iframe>
169169
```
170170

171171
The iframe is configured by adding [URL Query Params](https://en.wikipedia.org/wiki/Query_string). The configuration params are:

0 commit comments

Comments
 (0)