$(document).ready(function($) { videoPlayer = $("#idev_video_player").Video({ //ALL PLUGIN OPTIONS autohideControls:3, //autohide HTML5 player controls hideControlsOnMouseOut:"No", //hide HTML5 player controls on mouse out of the player: "Yes","No" videoPlayerWidth:, //fixed total player width videoPlayerHeight:, //fixed total player height responsive:, //this option will overwrite above videoPlayerWidth/videoPlayerHeight and set player to fit your div (parent) container: true/false playlist:"Off", //choose playlist type: "Right playlist", "Off" autoplay:, //autoplay when webpage loads: true/false colorAccent:"#cc181e", //plugin colors accent (hexadecimal or RGB value - http://www.colorpicker.com/) vimeoColor:"00adef", //set "hexadecimal value", default vimeo color is "00adef" youtubeSkin:"dark", //youtube theme: light,dark youtubeColor:"red", //youtube color: red, white youtubeShowRelatedVideos:"No", //choose to show youtube related videos when video finish videoPlayerShadow:"", //choose player shadow: "effect1" , "effect2", "effect3", "effect4", "effect5", "effect6", "off" loadRandomVideoOnStart:"No", //choose to load random video when webpage loads: "Yes", "No" shuffle:"No", //choose to shuffle videos when playing one after another: "Yes", "No" (shuffle button enabled/disabled on start) posterImg:"https://afiliados.grancursosonline.com.br/media/videos/splash/", //player poster image onFinish:"", //"Play next video","Restart video", "Stop video", nowPlayingText:"Yes", //enable disable now playing title: "Yes","No" fullscreen:"Fullscreen browser", //choose fullscreen type: "Fullscreen native","Fullscreen browser" rightClickMenu:false, //enable/disable right click over HTML5 player: true/false hideVideoSource:true, //option to hide self hosted video sources (to prevent users from download/steal your videos): true/false showAllControls:true, //enable/disable all HTML5 player controls: true/false allowSkipAd:, //enable/disable "Skip advertisement" option: true/false infoShow:"Yes", //enable/disable info option: "Yes","No" shareShow:"No", //enable/disable all share options: "Yes","No" facebookShow:"No", //enable/disable facebook option individually: "Yes","No" twitterShow:"No", //enable/disable twitter option individually: "Yes","No" mailShow:"No", //enable/disable mail option individually: "Yes","No" logoShow:"Yes", //"Yes","No" logoClickable:"Yes", //"Yes","No" logoPath:"https://afiliados.grancursosonline.com.br/media/videos/logo/", //path to logo image logoGoToLink:"https://afiliados.grancursosonline.com.br/idevaffiliate.php?id=114_", //redirect to page when logo clicked logoPosition:"", //choose logo position: "bottom-right","bottom-left" embedShow:"No", //enable/disable embed option: "Yes","No" videos:[ { videoType:"", //choose video type: "HTML5", "youtube", "vimeo" title:"", //video title youtubeID:"", //last part if the URL https://www.youtube.com/watch?v=LfTLc5JGFPc vimeoID:"", //last part of the URL http://vimeo.com/32707724 mp4:"", //HTML5 video mp4 url mainVideoGoToLink:"https://afiliados.grancursosonline.com.br/idevaffiliate.php?id=114_", //redirect to some page when user click on video prerollAD:"", //show pre-roll "yes","no" prerollGotoLink:"https://afiliados.grancursosonline.com.br/idevaffiliate.php?id=114_", //pre-roll goto link preroll_mp4:"", //pre-roll video mp4 format prerollSkipTimer:, //seconds when to show skip advertisement button thumbImg:"https://afiliados.grancursosonline.com.br/media/videos/preroll/", //path to playlist thumbnail image info:"" //video info } ] }); });