YouTube embed video html code without branding and controls (seekbar, play/pause and volume)
YouTube embedded player can be adjusted a lot using the parameters available here https://developers.google.com/youtube/player_parameters. Some parameters are available on both HTML5 and flash players and some are not.
Check out https://developers.google.com/youtube/youtube_player_demo, for all available configuration and play with it.
Default
This is how default YouTube embedding looks like.
When you play it several controls are shown and there are lot of buttons.
Hide Controllers
You can hide the controllers in embedded video, by setting parameter controls
to 0
|
|
Video Quality
Default video quality can be set using vq
.
|
|
Modest YouTube Logo
YouTube allows you to have its logo to be modest, by setting modestbranding
to 1.
|
|
Everything all at once
We can also set all of these values together
|
|