How to hide the "more videos" section in Youtube iframes, when the user stops the video?
Example:
<iframe width="750" height="420" src="https://www.youtube/embed/cZnsLVArIt8?rel=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
I cant find any solution here: https://developers.google.com/youtube/player_parameters
As per https://developers.google.com/youtube/player_parameters#release_notes_08_23_2018
It seems that it is youtubes intention to not give the ability to disable related videos functionality.
jquery way seems to not work either due to CORS, as would be css I guess.
causing blocked a frame with origin "xxx" from accessing a cross-origin frame.
Not sure if there is a way doing this, unless youtube allows it again. Want to disable this too so any help is appreciated.