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

View File

@@ -245,7 +245,7 @@ var Youtube = {
onYouTubeIframeAPIReady: function() {
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"},
events: {
'onReady': Youtube.onPlayerReady,