BraydenMoore commited on
Commit
3645df0
1 Parent(s): 22d6195

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -0
templates/index.html CHANGED
@@ -247,6 +247,7 @@
247
  img.onload = function() {
248
 
249
  old = newUrl;
 
250
  setTimeout(() => {
251
  feed.style.width = "100%";
252
  feed.style.height = "70%";
 
247
  img.onload = function() {
248
 
249
  old = newUrl;
250
+ feed.src = this.src;
251
  setTimeout(() => {
252
  feed.style.width = "100%";
253
  feed.style.height = "70%";