Skip to content

Commit a1ee8bd

Browse files
committed
Add video controls and fix deployment
1 parent 0bee97c commit a1ee8bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,14 +705,13 @@ function App() {
705705

706706
{/* Hero Video */}
707707
<section className="mb-20 rounded-2xl overflow-hidden shadow-2xl border border-slate-200 bg-black aspect-video">
708-
{/* In a real scenario, use <video src={heroVideoUrl} ... /> */}
709-
{/* Using iframe for demo video compatibility */}
710708
<video
711709
className="w-full h-full object-cover"
712710
autoPlay
713711
loop
714712
muted
715713
playsInline
714+
controls
716715
poster={methodImageUrl}
717716
>
718717
<source src={heroVideoUrl} type="video/mp4" />

0 commit comments

Comments
 (0)