Fix fullscreen button issue by allowing popups (#5115) [deploy]
This commit is contained in:
parent
f03867f77d
commit
145c76bc08
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<div class="glitch-embed-wrap" style="height: 450px; width: 100%;margin: 1em auto 1.3em">
|
||||
<iframe
|
||||
sandbox="allow-same-origin allow-scripts allow-forms allow-top-navigation-by-user-activation"
|
||||
sandbox="allow-same-origin allow-scripts allow-forms allow-top-navigation-by-user-activation allow-popups"
|
||||
src="https://glitch.com/embed/#!/embed/<%= id %>?<%= query %>"
|
||||
alt="<%= id %> on glitch"
|
||||
style="height: 100%; width: 100%; border: 0;margin:0;padding:0"
|
||||
style="height: 100%; width: 100%; border: 0;margin:0;padding:0"
|
||||
loading="lazy"></iframe>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue