Trying android fix

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-01 21:25:04 +01:00
parent 54c20fdc85
commit ce8a4f1344
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -245,7 +245,7 @@ var Youtube = {
onYouTubeIframeAPIReady: function() { onYouTubeIframeAPIReady: function() {
Youtube.ytplayer = new YT.Player('player', { Youtube.ytplayer = new YT.Player('player', {
videoId: "asd", videoId: video_id,
playerVars: { rel:"0", wmode:"transparent", controls: "0" , iv_load_policy: "3", theme:"light", color:"white"}, playerVars: { rel:"0", wmode:"transparent", controls: "0" , iv_load_policy: "3", theme:"light", color:"white"},
events: { events: {
'onReady': Youtube.onPlayerReady, 'onReady': Youtube.onPlayerReady,