We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ibrahimcesar can we hide the suggested videos after watching the video?
The text was updated successfully, but these errors were encountered:
No.
Sorry, something went wrong.
@ibrahimcesar I figured out that, by adding params="rel=0", we can disable the suggested videos section after completing the video.
params="rel=0"
<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.
No branches or pull requests
@ibrahimcesar can we hide the suggested videos after watching the video?
The text was updated successfully, but these errors were encountered: