Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we hide the suggested videos after completing the video? #94

Open
kalyan-geekyants opened this issue Jul 26, 2023 · 4 comments
Open

Comments

@kalyan-geekyants
Copy link

kalyan-geekyants commented Jul 26, 2023

@ibrahimcesar can we hide the suggested videos after watching the video?

@ibrahimcesar
Copy link
Owner

No.

@kalyan-geekyants
Copy link
Author

kalyan-geekyants commented Aug 16, 2023

@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"
/>

@HenestrosaDev
Copy link

@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.

@ibrahimcesar
Copy link
Owner

Unfortunately this is a YouTube decision outside of our control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants