From 69f6e7c9f128e4887530b98c6aafbe14acf2b016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 10 Aug 2025 13:38:14 +0200 Subject: feat(video): disable autoplay for smaller screen --- src/component/VideoAuto.astro | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/component/VideoAuto.astro b/src/component/VideoAuto.astro index c8b0fe6..38282f6 100644 --- a/src/component/VideoAuto.astro +++ b/src/component/VideoAuto.astro @@ -2,6 +2,15 @@ const { src } = Astro.props; --- -