top of page

michael754299

Admin
More actions

© 2023, Oak Crest Landscape & Lighting, Inc. All rights reserved, worldwide.
California License #618707 B (General Contractor), C-7 (Low Voltage) and C-27 (Landscape)

bottom of page
var vh = window.innerHeight * 0.01, windowWidth = window.innerWidth; function setTrueBrowserHeight() { var a = window.innerHeight * 0.01; document.documentElement.style.setProperty("--vh", a + "px"); } setTrueBrowserHeight(); function throttledResizeEvents() { (windowHeight = window.innerHeight), (scrollHeight = document.documentElement.scrollHeight), (isMobile = window.innerWidth < 640), (window.innerWidth !== windowWidth || windowWidth > 400) && ((windowWidth = window.innerWidth), setTrueBrowserHeight()); } var resizeTimer = !1; window.addEventListener("resize", function () { clearTimeout(resizeTimer), (resizeTimer = setTimeout(throttledResizeEvents, 250)); });