Commit
·
bfb2429
1
Parent(s):
3361d0f
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -214,8 +214,8 @@
|
|
214 |
img.onload = function() {
|
215 |
old = newUrl;
|
216 |
feed.src = this.src;
|
217 |
-
feed.height = "auto";
|
218 |
feed.width = "100%";
|
|
|
219 |
feed.style.opacity = "1";
|
220 |
setTimeout(refreshImage, 1000);
|
221 |
country.textContent = "{{ country }}"
|
|
|
214 |
img.onload = function() {
|
215 |
old = newUrl;
|
216 |
feed.src = this.src;
|
|
|
217 |
feed.width = "100%";
|
218 |
+
feed.height = "auto";
|
219 |
feed.style.opacity = "1";
|
220 |
setTimeout(refreshImage, 1000);
|
221 |
country.textContent = "{{ country }}"
|