Skip to content

Commit 85f7188

Browse files
committed
fix autoplay
1 parent be68eba commit 85f7188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Page() {
1010
alt="Saitama Ok"
1111
width={500}
1212
height={500} />
13-
<video autoPlay height="500" width="500">
13+
<video autoPlay muted height="500" width="500">
1414
<source src="/never-gonna-give-up.mp4" type="video/mp4" />
1515
</video>
1616
</div>

0 commit comments

Comments
 (0)