portal commited on
Commit
579b0c3
1 Parent(s): dfe9e0d

Update masto_back.html

Browse files
Files changed (1) hide show
  1. masto_back.html +2 -2
masto_back.html CHANGED
@@ -7,7 +7,7 @@
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,7 +16,7 @@
16
  bottom: 0;
17
  right: 0;
18
  width: 100%;
19
- height: 600px;
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>