You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
@froboy this is not a strait forward fix.
We are using MediaPlayer wrapper: https://github.com/p0rto/vue-video-wrapper that prepares data for Vimeo and Youtube.
It uses videoId as props and it is hard to push additional params for the URL construction.
There is an issue here, connected with a similar task: gajus/youtube-player#63
We can try to help the maintainer to fix it and use it at our app.
While YouTube doesn't allow you us to disable related videos, we can (as of today) set
rel=0
to limit related videos to videos from the same author.If a video is from YouTube, let's add this parameter to make things a little cleaner.
The text was updated successfully, but these errors were encountered: