Omnibus commited on
Commit
d1cb5ce
·
1 Parent(s): 0b9e2d3

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +9 -4
back.html CHANGED
@@ -36,8 +36,13 @@ height: 100%;
36
  </head>
37
  <body>
38
 
39
- <div class="embed-container">
40
- <iframe
 
 
 
 
 
41
  id="myIframe"
42
  frameborder="0"
43
  allowfullscreen="true"
@@ -45,8 +50,8 @@ height: 100%;
45
  mozallowfullscreen="true"
46
  oallowfullscreen="true"
47
  msallowfullscreen="true">
48
- </iframe>
49
- </div>
50
  <script>
51
  const queryString = window.location.search;
52
  const urlParams = new URLSearchParams(queryString);
 
36
  </head>
37
  <body>
38
 
39
+ <div id="Container1"
40
+ style="padding-bottom:56.25%; position:relative; display:block; width: 100%">
41
+ <iframe id="myIframe" width="100%" height="100%" frameborder="0" allowfullscreen="" style="position:absolute; top:0; left: 0"></iframe>
42
+ </div>
43
+
44
+ <!div class="embed-container">
45
+ <!iframe
46
  id="myIframe"
47
  frameborder="0"
48
  allowfullscreen="true"
 
50
  mozallowfullscreen="true"
51
  oallowfullscreen="true"
52
  msallowfullscreen="true">
53
+ <!/iframe>
54
+ <!/div>
55
  <script>
56
  const queryString = window.location.search;
57
  const urlParams = new URLSearchParams(queryString);