Youtube embed video html code without branding and controls (seekbar, play/pause and volume)
Contents
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 availabel configuration and play with it.
For example you can hide the controllers in embedded video, by setting parameter controls
to 0
|
|
Default video quality can be set using
vq
.
|
|
Youtube allows you to have its logo to be modest, by setting
modestbranding
to 1.
|
|
We can also set all of these values together
|
|
Author: Deepu Mohan Puthrote
Link: https://deepumohan.com/tech/youtube-embed-video-html-code-without/
This work by Deepu Mohan Puthrote is licensed under a Creative Commons Attribution 4.0 International License