Global configuration that allows to set default value for all videos on the page.
var LiteYTEmbedConfig = {
params: 'controls=0',
webp: 'no',
size: 'maxres',
playLabel: 'Play video',
showTitle: 'yes'
};
New default "Play video" is used as the play button hidden text but is not displayed as title.