BraydenMoore commited on
Commit
78f19b9
·
1 Parent(s): f687f1f

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -0
templates/index.html CHANGED
@@ -218,6 +218,8 @@
218
  img.onload = function() {
219
  old = newUrl;
220
  feed.src = this.src;
 
 
221
  feed.style.opacity = "1";
222
  setTimeout(refreshImage, 1000);
223
  country.textContent = "{{ country }}"
 
218
  img.onload = function() {
219
  old = newUrl;
220
  feed.src = this.src;
221
+ feed.style.width = "100%";
222
+ feed.style.height = "100%";
223
  feed.style.opacity = "1";
224
  setTimeout(refreshImage, 1000);
225
  country.textContent = "{{ country }}"