Fix fullscreen button issue by allowing popups (#5115) [deploy]

This commit is contained in:
John Curcio 2019-12-16 10:26:07 -03:00 committed by Ben Halpern
parent f03867f77d
commit 145c76bc08

View file

@ -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>