Spaces:
Running
Running
Commit
·
c22fee2
1
Parent(s):
2fe1ea1
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -243,8 +243,8 @@
|
|
243 |
img.onload = function() {
|
244 |
|
245 |
old = newUrl;
|
246 |
-
feed.src = this.src;
|
247 |
setTimeout(() => {
|
|
|
248 |
feed.style.width = "100%";
|
249 |
feed.style.height = "70%";
|
250 |
feed.style.opacity = "1";
|
|
|
243 |
img.onload = function() {
|
244 |
|
245 |
old = newUrl;
|
|
|
246 |
setTimeout(() => {
|
247 |
+
feed.src = this.src;
|
248 |
feed.style.width = "100%";
|
249 |
feed.style.height = "70%";
|
250 |
feed.style.opacity = "1";
|