Skip to content

Commit 6da947c

Browse files
Merge pull request #42 from EtherealEngine/fix-iframe-formatting-correction
Fix iFrame formatting correction
2 parents c4dd3bd + d67b462 commit 6da947c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/publishing/embed-worlds-into-websites.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ htmlCopy code
6060
height="100%"
6161
width="100%"
6262
allow="camera 'src'; microphone 'src'; xr-spatial-tracking"
63-
style="pointer-events:all; user-select:none; border:none;">
64-
</iframe>
63+
style="pointer-events:all; user-select:none; border:none;"
64+
></iframe>
6565

6666
```
6767

0 commit comments

Comments
 (0)