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 8792ba9 commit a050d7fCopy full SHA for a050d7f
src/components/YouTubeEmbed.tsx
@@ -10,7 +10,7 @@ const YouTubeEmbed: React.FC<YouTubeEmbedProps> = ({ youtubeId }) => {
10
<div className="youtube-embed__frame">
11
<iframe
12
className="youtube-embed__iframe"
13
- src={`https://www.youtube.com/embed/${youtubeId}`}
+ src={`https://www.youtube.com/embed/${youtubeId}?rel=0`}
14
title="YouTube video player"
15
frameBorder="0"
16
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
0 commit comments