BraydenMoore commited on
Commit
8bed012
1 Parent(s): afb4e88

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -232,7 +232,7 @@
232
  old = newUrl;
233
  feed.src = this.src;
234
  feed.style.width = "100%";
235
- feed.style.max-height = "70%";
236
  feed.style.opacity = "1";
237
 
238
  const infoText = document.getElementById("info-text");
 
232
  old = newUrl;
233
  feed.src = this.src;
234
  feed.style.width = "100%";
235
+ feed.style.maxHeight = "70%";
236
  feed.style.opacity = "1";
237
 
238
  const infoText = document.getElementById("info-text");