Update index.html
Browse files- 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 =
|
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;
|