fdaudens HF Staff commited on
Commit
f00ce90
·
verified ·
1 Parent(s): f2f6c26

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -90,7 +90,7 @@ function createVisualization() {
90
 
91
  // Set dynamic width and height for responsiveness
92
  const width = window.innerWidth;
93
- const height = isMobile ? window.innerHeight : window.innerHeight * 0.67;
94
 
95
  // Determine if we're on mobile (width < 768px is a common breakpoint)
96
  const isMobile = width < 768;
 
90
 
91
  // Set dynamic width and height for responsiveness
92
  const width = window.innerWidth;
93
+ const height = window.innerHeight;
94
 
95
  // Determine if we're on mobile (width < 768px is a common breakpoint)
96
  const isMobile = width < 768;