portal commited on
Commit
0cf0570
·
1 Parent(s): b3e3c71

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +2 -2
back.html CHANGED
@@ -5,12 +5,12 @@
5
  <style>
6
  .container {
7
  position: relative;
8
- overflow: scroll;
9
  width: 100%;
10
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
11
  }
12
  .responsive-iframe {
13
- position: relative;
14
  top: 0;
15
  left: 0;
16
  bottom: 0;
 
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
  .responsive-iframe {
13
+ position: absolute;
14
  top: 0;
15
  left: 0;
16
  bottom: 0;