GoogleWebComponents / google-youtube

YouTube video playback web component
https://elements.polymer-project.org/elements/google-youtube
Other
131 stars 58 forks source link

Related Videos/Playlists appear despite setting rel="0" #71

Open jamesmgg opened 7 years ago

jamesmgg commented 7 years ago

I'm not sure if this is an error on my part since I have tried most flags to try to get rid of related videos that popup just before video ends... does anyone know how to remove them? I know rel is for videos that appear after the video ends, but there doesn't seem to be one for the ones right before it ends. Thanks.

These are the flags I currently have set: <google-youtube id="googleYouTube" video-id={{videoData.id}} currenttime={{currentTime}} height="100%" width="100%" autoplay="0" disablekb="1" controls="0" autohide="0" iv_load_policy="3" rel="0">

image