Update masto_back.html
Browse files- masto_back.html +2 -2
masto_back.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
position: relative;
|
8 |
overflow: hidden;
|
9 |
width: 100%;
|
10 |
-
|
11 |
}
|
12 |
.responsive-iframe {
|
13 |
position: absolute;
|
@@ -16,7 +16,7 @@
|
|
16 |
bottom: 0;
|
17 |
right: 0;
|
18 |
width: 100%;
|
19 |
-
height:
|
20 |
}
|
21 |
</style>
|
22 |
</head>
|
|
|
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 |
.responsive-iframe {
|
13 |
position: absolute;
|
|
|
16 |
bottom: 0;
|
17 |
right: 0;
|
18 |
width: 100%;
|
19 |
+
height: 80%;
|
20 |
}
|
21 |
</style>
|
22 |
</head>
|