Home

Remove Related Videos from YouTube Embed

Hide the “more videos” section on an embedded YouTube video with this quick tip.

Something I find obnoxious is when I embed a video in an article that is meant to be helpful and it recommends related videos when paused or ended. This is often distracting to the purpose of embedding some specific video. And it puts a lot of blind trust in YouTube to find videos that would supplement the one I’m sharing.

Fortunately, there’s a way around this. You can append ?rel=0 to the embed URL and the related videos will not appear.

For example:

<iframe
src="https://www.youtube.com/embed/Ljj1wGFJqPY?rel=0"
title="YouTube video player"
frameborder="0"
allowfullscreen
>
</iframe>

Here’s the difference:

Embedded YouTube Related Videos Comparison

Demo

You can see this in action here. Play and pause both videos. You’ll see related videos in the top one, but not the bottom one.

Let's Connect

Keep Reading

3 Ways to Add an Image to GitHub README

Images often come in handy alongside documentation. Here are a few methods for adding them to your README and other markdown files.

Jan 30, 2021

Use a Code Spell Checker

Spell-checking isn't just for documentation.

Mar 01, 2021

Deleted 3 Apps Thanks to Raycast

Raycast has boosted my productivity while also covering the offerings of three applications I was using.

Dec 09, 2022