portal commited on
Commit
69264e0
·
1 Parent(s): 217f596

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +5 -1
back.html CHANGED
@@ -25,7 +25,11 @@
25
  <iframe
26
  class="responsive-iframe"
27
  src="https://omnibus-spaces-on-twitter.hf.space"
28
- allow="fullscreen"
 
 
 
 
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>