BraydenMoore commited on
Commit
fc0ddc5
·
verified ·
1 Parent(s): 1da6d82

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -370,8 +370,8 @@
370
 
371
  setTimeout(() => {
372
  locationName.textContent = "{{ name|safe }}";
373
- feed.style.width = pixelWidth * 0.7 + "px";
374
- feed.style.height = pixelHeight * 0.7 + "px";
375
  feed.style.opacity = "1";
376
  infoDiv.style.height = "100%";
377
  infoText.style.opacity = "1";
 
370
 
371
  setTimeout(() => {
372
  locationName.textContent = "{{ name|safe }}";
373
+ feed.style.width = "100%";
374
+ feed.style.height = "70%";
375
  feed.style.opacity = "1";
376
  infoDiv.style.height = "100%";
377
  infoText.style.opacity = "1";