portal commited on
Commit
43b447d
·
1 Parent(s): 1491fea

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +2 -1
back.html CHANGED
@@ -5,8 +5,9 @@
5
  <style>
6
  .container {
7
  position: relative;
8
- overflow: hidden;
9
  width: 100%;
 
10
  }
11
  .responsive-iframe {
12
  position: absolute;
 
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: absolute;