How to remove more video's from youtube embedded code. I have checked the below YouTube embed code. but it's showing more video's.
<iframe width="100%" height="360" src="https://www.youtube.com/embed/0yrBllVqQFE?rel=0&controls=0&showinfo=0;autoplay=1;" frameborder="0" allowfullscreen></iframe>
I had checked the "ytp-pause-overlay=0" property. so the code becomes like below. but it's not working. it's showing the "more video's".
<iframe width="100%" height="360" src="https://www.youtube.com/embed/0yrBllVqQFE?rel=0&ytp-pause-overlay=0&controls=0&showinfo=0;autoplay=1;" frameborder="0" allowfullscreen></iframe>
Please help me any latest embedded code for resolving the issue.
Thanks