diff --git a/website/src/components/VideoContent.jsx b/website/src/components/VideoContent.jsx
index be2210eb10..30fbfb2d3d 100644
--- a/website/src/components/VideoContent.jsx
+++ b/website/src/components/VideoContent.jsx
@@ -34,12 +34,14 @@ const LazyVideo = ({ url, title = 'YouTube video player' }) => {
onKeyDown={(e) => e.key === 'Enter' && handleLoad()}
role='button'
tabIndex={0}
- style={{
- backgroundImage: `url(https://img.youtube.com/vi/${videoId}/maxresdefault.jpg)`,
- }}
aria-label={`Load ${title}`}
+ style={{ width: '414px', height: '232px' }}
>
{/* Play button overlay */}
+