Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/assets/js/min/YT-video-bg.min.js |
/*! WPBakery Page Builder Extension Wordpress Plugin v3.7.17 */
var WVCYTVideoBg=function(a){"use strict";return{players:[],isMobile:!1,init:function(b){this.isMobile=WVCParams.isMobile;var c=this;b=b||a("body"),b.find(".wvc-youtube-video-bg-container").length&&!this.isMobile&&("undefined"!=typeof YT&&"undefined"!=typeof YT.Player||a.getScript("//www.youtube.com/player_api"),setTimeout(function(){"undefined"!=typeof window.onYouTubePlayerAPIReady&&("undefined"==typeof window.WVCOtherYTAPIReady&&(window.WVCOtherYTAPIReady=[]),window.WVCOtherYTAPIReady.push(window.onYouTubePlayerAPIReady)),window.onYouTubePlayerAPIReady=function(){c.playVideo(b),"undefined"!=typeof window.WVCOtherYTAPIReady&&window.WVCOtherYTAPIReady.length&&window.WVCOtherYTAPIReady.pop()()}},2))},playVideo:function(b){var c=this;b.find(".wvc-youtube-video-bg-container").each(function(b){var d,e,f=a(this),g=0,h=0,i=!0,j=!1,k=!1;d=f.find(".wvc-youtube-player").attr("id"),e=f.data("youtube-id"),i=f.data("youtube-loop"),g=f.data("youtube-start-time"),h=f.data("youtube-end-time"),j=f.data("youtube-pause-on-start"),k=f.data("youtube-unmute"),c.loadPlayer(d,e,g,h,i,j,k)})},loadPlayer:function(b,c,d,e,f,g,h){var i=this,j=!1,k=a("#"+b).parent().data("yt-bg-element-id"),l=new YT.Player(b,{width:"100%",height:"100%",videoId:c,playerVars:{playlist:c,iv_load_policy:3,enablejsapi:1,disablekb:1,autoplay:1,controls:0,showinfo:0,rel:0,loop:1,wmode:"transparent",start:d},events:{onReady:function(a){a.target.setLoop(!0),h||a.target.mute();var c=document.getElementById(b);c.className=c.className+" wvc-youtube-player-is-loaded",g&&setTimeout(function(){l.pauseVideo()},100)},onStateChange:function(a){var b=l.getDuration();a.data!==YT.PlayerState.PLAYING||j||f||(setTimeout(function(){l.pauseVideo()},1e3*(b-.1)),j=!0)}}});i.players[k]=l;var m=document.getElementById("wvc-yt-video-bg-play-"+k);m.addEventListener("click",function(){"function"==typeof l.playVideo&&l.playVideo()});var n=document.getElementById("wvc-yt-video-bg-pause-"+k);n.addEventListener("click",function(){l.pauseVideo()}),a(window).trigger("resize")}}}(jQuery);!function(a){"use strict";a(window).on("pageshow",function(){WVCYTVideoBg.init()})}(jQuery);