react-lite-youtube-embed
react-lite-youtube-embed copied to clipboard
Can we hide the suggested videos after completing the video?
@ibrahimcesar can we hide the suggested videos after watching the video?
No.
@ibrahimcesar I figured out that, by adding params="rel=0", we can disable the suggested videos section after completing the video.
<LiteYouTubeEmbed
id="video-id"
title="title"
params="rel=0"
/>
@ibrahimcesar I figured out that, by adding
params="rel=0", we can disable the suggested videos section after completing the video.<LiteYouTubeEmbed id="video-id" title="title" params="rel=0" />
That doesn't work anymore.
Unfortunately this is a YouTube decision outside of our control.