aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrendan F <EpicWolverine@users.noreply.github.com>2023-06-26 21:48:43 -0700
committerBrendan F <EpicWolverine@users.noreply.github.com>2023-06-26 21:48:43 -0700
commitd2277fbd25bd9d38080bfa7f0a6e4623d3cb559e (patch)
tree9f168f28a99b570054e96429d9dcbe5f01a8b115 /src
parentacf419926dc217ba7ac7383ab8e2767acd200154 (diff)
Disable video autoplay in result
Diffstat (limited to 'src')
-rw-r--r--src/components/MiniYouTubePlayer/index.tsx2
1 files changed, 1 insertions, 1 deletions
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,
},
}}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage