generated from nhcarrigan/template
fix: fullscreen the overlay video, remove hubspot
Node.js CI / Lint and Test (push) Successful in 1m6s
Node.js CI / Lint and Test (push) Successful in 1m6s
This commit is contained in:
@@ -18,13 +18,6 @@ import Pagination from "@astrojs/starlight/components/Pagination.astro";
|
||||
theme: "dark",
|
||||
}).render("#tree-nation-offset-website");
|
||||
</script>
|
||||
<video
|
||||
autoplay={true}
|
||||
loop={true}
|
||||
muted={true}
|
||||
playsinline={true}
|
||||
src="https://cdn.nhcarrigan.com/overlay.webm"
|
||||
style={{ pointerEvents: "none", position: "fixed", top: 0, left: 0, opacity: 0.25, zIndex:100, width: "100vw", height: "100vh"}}></video>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user