Spaces:
Running
Running
Update back.html
Browse files
back.html
CHANGED
|
@@ -13,19 +13,30 @@
|
|
| 13 |
position: absolute;
|
| 14 |
top: 0;
|
| 15 |
left: 0;
|
| 16 |
-
bottom: 0;
|
| 17 |
-
right: 0;
|
| 18 |
width: 100%;
|
| 19 |
height: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
}
|
| 21 |
</style>
|
| 22 |
</head>
|
| 23 |
<body>
|
| 24 |
|
| 25 |
-
<div class="container">
|
| 26 |
<iframe
|
| 27 |
id="myIframe"
|
| 28 |
-
class="responsive-iframe"
|
| 29 |
frameborder="0"
|
| 30 |
allowfullscreen=""
|
| 31 |
webkitallowfullscreen="true"
|
|
|
|
| 13 |
position: absolute;
|
| 14 |
top: 0;
|
| 15 |
left: 0;
|
|
|
|
|
|
|
| 16 |
width: 100%;
|
| 17 |
height: 100%;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
.embed-container {
|
| 21 |
+
position: relative;
|
| 22 |
+
padding-bottom: 70.75%;
|
| 23 |
+
height: 0;
|
| 24 |
+
overflow: hidden;
|
| 25 |
+
}
|
| 26 |
+
.embed-container iframe {
|
| 27 |
+
position: absolute;
|
| 28 |
+
top:0;
|
| 29 |
+
left: 0;
|
| 30 |
+
width: 100%;
|
| 31 |
+
height: 100%;
|
| 32 |
}
|
| 33 |
</style>
|
| 34 |
</head>
|
| 35 |
<body>
|
| 36 |
|
| 37 |
+
<div class="embed-container">
|
| 38 |
<iframe
|
| 39 |
id="myIframe"
|
|
|
|
| 40 |
frameborder="0"
|
| 41 |
allowfullscreen=""
|
| 42 |
webkitallowfullscreen="true"
|