From e0274782a5236a63b9f3f1fa0b4eec1ac695c3f3 Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Thu, 14 Aug 2025 14:47:35 +0200 Subject: [PATCH] fix: responsible video --- website/src/components/VideoContent.jsx | 23 +++++++------- .../src/components/VideoContent.module.css | 31 ++++++++++++++++--- 2 files changed, 38 insertions(+), 16 deletions(-) diff --git a/website/src/components/VideoContent.jsx b/website/src/components/VideoContent.jsx index 30fbfb2d3d..6b3054dc1b 100644 --- a/website/src/components/VideoContent.jsx +++ b/website/src/components/VideoContent.jsx @@ -35,11 +35,12 @@ const LazyVideo = ({ url, title = 'YouTube video player' }) => { role='button' tabIndex={0} aria-label={`Load ${title}`} - style={{ width: '414px', height: '232px' }} > {/* Play button overlay */} {`${title}
@@ -61,16 +62,16 @@ const LazyVideo = ({ url, title = 'YouTube video player' }) => { } return ( -