From be0c97c740db48745f58a7b11a9921fa17099a43 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 22 Apr 2025 17:53:08 +0200 Subject: [PATCH] Allow fullscreen video --- page/src/LandingPage.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/page/src/LandingPage.tsx b/page/src/LandingPage.tsx index 8f9a59dc..a6cdf763 100644 --- a/page/src/LandingPage.tsx +++ b/page/src/LandingPage.tsx @@ -54,7 +54,10 @@ export function LandingPage() { return ( <> -
+
{/* Hero Section */}
@@ -150,9 +153,12 @@ export function LandingPage() { className="rounded-2xl" width="100%" height="100%" - src="https://www.youtube.com/embed/wY9Q0DhodOQ?si=ag_zebGFpQPXBsTx" + src="https://www.youtube.com/embed/wY9Q0DhodOQ?si=Lm_anpeBU6Txl5AW" title="YouTube video player" + frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" + referrerPolicy="strict-origin-when-cross-origin" + allowFullScreen >