Skip to content

Commit aee8097

Browse files
committed
fix video controls
1 parent 6852963 commit aee8097

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/[locale]/10years/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
299299
loop
300300
muted
301301
poster="/images/10-year-anniversary/torch-cover.png"
302+
controlsList="nodownload"
303+
disablePictureInPicture
304+
playsInline
302305
/>
303306
<Image
304307
src="/images/10-year-anniversary/torch-overlay.png"

0 commit comments

Comments
 (0)