We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bdbab commit f997154Copy full SHA for f997154
src/components/YouTube.astro
@@ -19,7 +19,7 @@ if (!title) {
19
20
<div style="position: relative; padding-top: 56.25%">
21
<iframe
22
- src=`https://www.youtube-nocookie.com/embed/${id}`
+ src=`https://www.youtube-nocookie.com/embed/${id}?rel=0`
23
title="YouTube video player"
24
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
25
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
0 commit comments