How To Hide The Youtube Controls In Embedded Videos

Forums HTMLHow To Hide The Youtube Controls In Embedded Videos
Staff asked 2 years ago

How To Hide The Youtube Controls In Embedded Videos

Answers (1)

Add Answer
Het Patel Marked As Accepted
Staff answered 2 years ago

If you want to hide the YouTube controller then the parameters “controls = 0″ have to be passed in iframe src after ”?”.

Example:

<iframe width="560" height="315" src="https://www.youtube.com/embed/q5jEY92Amgw?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

 

Subscribe

Select Categories