Skip to content

Commit 8405266

Browse files
committed
Small adjustment
1 parent fd65fcb commit 8405266

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ export default function MCPServerPage() {
367367
muted
368368
playsInline
369369
poster="/images/services-hero.webp"
370+
controls={false}
371+
onContextMenu={(e) => e.preventDefault()} // disable right click
370372
className="absolute w-full h-full object-contain mix-blend-lighten"
371373
>
372374
Your browser does not support the video tag.
@@ -512,6 +514,8 @@ export default function MCPServerPage() {
512514
muted
513515
playsInline
514516
poster="/images/services-hero.webp"
517+
controls={false}
518+
onContextMenu={(e) => e.preventDefault()} // disable right click
515519
className="absolute w-full h-full object-contain mix-blend-lighten"
516520
>
517521
Your browser does not support the video tag.

0 commit comments

Comments
 (0)