BraydenMoore commited on
Commit
22d6195
1 Parent(s): 0df1994

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -4
templates/index.html CHANGED
@@ -247,10 +247,11 @@
247
  img.onload = function() {
248
 
249
  old = newUrl;
250
- feed.src = this.src;
251
- feed.style.width = "100%";
252
- feed.style.height = "70%";
253
- feed.style.opacity = "1";
 
254
 
255
  const infoText = document.getElementById("info-text");
256
  infoText.style.opacity = "1";
 
247
  img.onload = function() {
248
 
249
  old = newUrl;
250
+ setTimeout(() => {
251
+ feed.style.width = "100%";
252
+ feed.style.height = "70%";
253
+ feed.style.opacity = "1";
254
+ }, 300);
255
 
256
  const infoText = document.getElementById("info-text");
257
  infoText.style.opacity = "1";