Browse Source

adjust 'color' for youtubeTheme. #722

pull/734/head
Joe Germuska 10 years ago
parent
commit
830ef1058b
  1. 4
      source/js/Core/Media/VMM.ExternalAPI.js

4
source/js/Core/Media/VMM.ExternalAPI.js

@ -1435,9 +1435,9 @@ if(typeof VMM != 'undefined' && typeof VMM.ExternalAPI == 'undefined') {
width: '640',
playerVars: {
enablejsapi: 1,
color: ("dark" == VMM.master_config.Timeline.youtubeTheme) ? "black" : "white",
color: ("dark" == VMM.master_config.Timeline.youtubeTheme) ? "red" : "white", // https://developers.google.com/youtube/player_parameters#color
showinfo: 0,
theme: ("undefined" !== VMM.master_config.Timeline.youtubeTheme) ? VMM.master_config.Timeline.youtubeTheme : "light",
theme: ("undefined" !== VMM.master_config.Timeline.youtubeTheme) ? VMM.master_config.Timeline.youtubeTheme : "light", // https://developers.google.com/youtube/player_parameters#theme
start: m.start,
rel: 0
},

Loading…
Cancel
Save