Spaces:
Running
Running
Update back.html
Browse files
back.html
CHANGED
|
@@ -39,7 +39,8 @@ height: 100%;
|
|
| 39 |
<div class="embed-container">
|
| 40 |
<iframe
|
| 41 |
id="myIframe"
|
| 42 |
-
frameborder="0"
|
|
|
|
| 43 |
allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking"
|
| 44 |
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"
|
| 45 |
></iframe>
|
|
|
|
| 39 |
<div class="embed-container">
|
| 40 |
<iframe
|
| 41 |
id="myIframe"
|
| 42 |
+
frameborder="0"
|
| 43 |
+
class="container p-0 flex-grow space-iframe"
|
| 44 |
allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking"
|
| 45 |
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"
|
| 46 |
></iframe>
|