From 3bf9930581e7d5cbea3aa38f1e772060ccecd5e1 Mon Sep 17 00:00:00 2001 From: satyam1024 <132131308+satyam1024@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:48:00 +0530 Subject: [PATCH] script.js --- script.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/script.js b/script.js index 03bef51..61708e8 100644 --- a/script.js +++ b/script.js @@ -1,9 +1,3 @@ -let vh = window.innerHeight * 0.01; -let vw = window.innerWidth * 0.01; - -document.documentElement.style.setProperty('--vh', `${vh}px`); -document.documentElement.style.setProperty('--vw', `${vw}px`); - var slideIndex = 1;