Update back.html
Browse files
back.html
CHANGED
@@ -25,7 +25,11 @@
|
|
25 |
<iframe
|
26 |
class="responsive-iframe"
|
27 |
src="https://omnibus-spaces-on-twitter.hf.space"
|
28 |
-
|
|
|
|
|
|
|
|
|
29 |
frameborder="0"
|
30 |
></iframe>
|
31 |
</div>
|
|
|
25 |
<iframe
|
26 |
class="responsive-iframe"
|
27 |
src="https://omnibus-spaces-on-twitter.hf.space"
|
28 |
+
allowfullscreen=""
|
29 |
+
webkitallowfullscreen="true"
|
30 |
+
mozallowfullscreen="true"
|
31 |
+
oallowfullscreen="true"
|
32 |
+
msallowfullscreen="true"
|
33 |
frameborder="0"
|
34 |
></iframe>
|
35 |
</div>
|