Skip to content

Commit

Permalink
Merge pull request #42 from EtherealEngine/fix-iframe-formatting-corr…
Browse files Browse the repository at this point in the history
…ection

Fix iFrame formatting correction
  • Loading branch information
armando-salazar authored Aug 8, 2024
2 parents c4dd3bd + d67b462 commit 6da947c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/publishing/embed-worlds-into-websites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ htmlCopy code
height="100%"
width="100%"
allow="camera 'src'; microphone 'src'; xr-spatial-tracking"
style="pointer-events:all; user-select:none; border:none;">
</iframe>
style="pointer-events:all; user-select:none; border:none;"
></iframe>

```

Expand Down

0 comments on commit 6da947c

Please sign in to comment.