diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-26 21:48:43 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-26 21:48:43 -0700 |
| commit | d2277fbd25bd9d38080bfa7f0a6e4623d3cb559e (patch) | |
| tree | 9f168f28a99b570054e96429d9dcbe5f01a8b115 /src/components | |
| parent | acf419926dc217ba7ac7383ab8e2767acd200154 (diff) | |
Disable video autoplay in result
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/MiniYouTubePlayer/index.tsx | 2 |
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, }, }} |
