Spaces:
Running
Running
Update back.html
Browse files
back.html
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
<head>
|
4 |
|
5 |
<style>
|
6 |
-
.
|
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 |
-
.
|
13 |
position: absolute;
|
14 |
top: 0;
|
15 |
left: 0;
|
@@ -21,7 +21,7 @@
|
|
21 |
</style>
|
22 |
</head>
|
23 |
<body>
|
24 |
-
<div class="
|
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"
|