Youtube Setup
Only video ID needs to be specified in Youtube setup. The YT Player script will be loaded dynamically in the plugin.
| Description | Type | Optional | |
|---|---|---|---|
| videoId | The ID of the Youtube video | String | N |
Example:
$('.chameleon').chameleon({
player: "youtube",
chameleonContext: {
"youtubeSetup": {
"videoId": "9xwazD5SyVg"
}
}
});