Global config

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'
};

Follows default global config

New default "Play video" is used as the play button hidden text but is not displayed as title.

Partially overrides default global config