diff options
Diffstat (limited to 'src')
| -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, }, }} |
