Spaces:
Running
Running
Commit
·
90a0d85
1
Parent(s):
3c79bad
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -232,7 +232,7 @@
|
|
232 |
old = newUrl;
|
233 |
feed.src = this.src;
|
234 |
feed.style.width = "100%";
|
235 |
-
feed.style.
|
236 |
feed.style.opacity = "1";
|
237 |
|
238 |
const infoText = document.getElementById("info-text");
|
|
|
232 |
old = newUrl;
|
233 |
feed.src = this.src;
|
234 |
feed.style.width = "100%";
|
235 |
+
feed.style.height = "70%";
|
236 |
feed.style.opacity = "1";
|
237 |
|
238 |
const infoText = document.getElementById("info-text");
|