Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ css = """
|
|
7 |
position: relative;
|
8 |
width: 100%;
|
9 |
height: 0;
|
10 |
-
padding-bottom:
|
11 |
}
|
12 |
.iframe-container iframe {
|
13 |
position: absolute;
|
|
|
7 |
position: relative;
|
8 |
width: 100%;
|
9 |
height: 0;
|
10 |
+
padding-bottom: 100%; /* or 56.25% for 16:9 aspect ratio */
|
11 |
}
|
12 |
.iframe-container iframe {
|
13 |
position: absolute;
|