From aee0035a4f3fe3d207f6c96e290d09295365c261 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Tue, 31 Mar 2026 14:50:59 +0200 Subject: [PATCH] fix: video a11y and valid width attribute --- components/video.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/video.tsx b/components/video.tsx index 98c9cf9..0b56ffb 100644 --- a/components/video.tsx +++ b/components/video.tsx @@ -9,7 +9,9 @@ export default function Video({ src, caption }: VideoProps) {