We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be68eba commit 85f7188Copy full SHA for 85f7188
app/page.tsx
@@ -10,7 +10,7 @@ export default function Page() {
10
alt="Saitama Ok"
11
width={500}
12
height={500} />
13
- <video autoPlay height="500" width="500">
+ <video autoPlay muted height="500" width="500">
14
<source src="/never-gonna-give-up.mp4" type="video/mp4" />
15
</video>
16
</div>
0 commit comments