Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Dec 2, 2024
1 parent 1764d5c commit 67f0013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ui/home/video.jsx
Original file line number Diff line number Diff line change
@@ -37,13 +37,14 @@ export default forwardRef(function Video(_, video) {
<div className="relative min-h-screen">
<div
ref={frame}
className="opacity-0 transition-all duration-1000 absolute z-10 top-0 start-0 h-full w-full"
className="opacity-0 transition-all duration-1000 absolute z-10 top-0 start-0 h-full w-full pointer-events-none"
>
<video
ref={video}
autoPlay
loop
muted
playsinline
className="hidden video-background"
>
<source src="videos/home.mp4" type="video/mp4" />

0 comments on commit 67f0013

Please sign in to comment.