Omnibus commited on
Commit
fb311a1
·
1 Parent(s): 098b395

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +3 -3
back.html CHANGED
@@ -3,13 +3,13 @@
3
  <head>
4
 
5
  <style>
6
- .container {
7
  position: relative;
8
  overflow: hidden;
9
  width: 100%;
10
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
11
  }
12
- .container iframe {
13
  position: absolute;
14
  top: 0;
15
  left: 0;
@@ -21,7 +21,7 @@
21
  </style>
22
  </head>
23
  <body>
24
- <div class="container">
25
  <iframe
26
  id="myIframe"
27
  frameborder="0"
 
3
  <head>
4
 
5
  <style>
6
+ .omni_container {
7
  position: relative;
8
  overflow: hidden;
9
  width: 100%;
10
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
11
  }
12
+ .omni_container iframe {
13
  position: absolute;
14
  top: 0;
15
  left: 0;
 
21
  </style>
22
  </head>
23
  <body>
24
+ <div class="omni_container">
25
  <iframe
26
  id="myIframe"
27
  frameborder="0"