I want to remove the youtube player and center middle youtube red play button.
I want to control play pause by custom button.
<iframe width="560" height="315" src=";html5=1&rel=0&modestbranding=1&autohide=1&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
EDIT
have already used the above parameters but this does not hide the center play button. is it possible to change that button?
need to remove this from the iframe:
I want to remove the youtube player and center middle youtube red play button.
I want to control play pause by custom button.
<iframe width="560" height="315" src="https://www.youtube./embed/xyz?enablejsapi=1&html5=1&rel=0&modestbranding=1&autohide=1&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
EDIT
have already used the above parameters but this does not hide the center play button. is it possible to change that button?
need to remove this from the iframe:
Share Improve this question edited Dec 18, 2016 at 12:04 jwpfox 5,26011 gold badges48 silver badges42 bronze badges asked Dec 14, 2016 at 12:39 ShahadatShahadat 2812 gold badges4 silver badges11 bronze badges 5- Add some code please – jean-max Commented Dec 14, 2016 at 12:42
- Add the link so that we can work on it. – Faruk Yazici Commented Dec 14, 2016 at 12:44
- Please take a tour of the help centre to see how to ask a good question and what sorts of question are on topic for this site. In it's current form this is not on topic and is not a good question – Pete Commented Dec 14, 2016 at 12:46
- Added some code also wanted to disable youtube red button – Shahadat Commented Dec 14, 2016 at 13:28
- At least there is no official, documented way, otherwise it would be in the documentation. – paolo Commented Dec 14, 2016 at 13:28
1 Answer
Reset to default 1please find following parameters which will be useful.
showinfo=0,video will not display the title on video frame.
controls=0,hides the bottom bar
autohide=1,hides the controls
please use following link for further details
https://developers.google./youtube/player_parameters