From d2277fbd25bd9d38080bfa7f0a6e4623d3cb559e Mon Sep 17 00:00:00 2001 From: Brendan F Date: Mon, 26 Jun 2023 21:48:43 -0700 Subject: Disable video autoplay in result --- src/components/MiniYouTubePlayer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MiniYouTubePlayer/index.tsx b/src/components/MiniYouTubePlayer/index.tsx index 0244524..5aa2d57 100644 --- a/src/components/MiniYouTubePlayer/index.tsx +++ b/src/components/MiniYouTubePlayer/index.tsx @@ -14,7 +14,7 @@ export function MiniYouTubePlayer({ id }: Props) { width: "336", height: "189", playerVars: { - autoplay: 1, + autoplay: 0, playsinline: 1, }, }} -- cgit v1.2.3