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 ( -