| .. | |||||
| jquery-3.3.1.slim.min.js | |||||
| script.js | |||||
| yt-video-background.min.js |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.108 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/asset/js/ |
Upload File : |
/*! YT Video Background 1.0 | Author: marcoscgdev@gmail.com | License: Envato Regular License | Re-distribution of this script is not allowed. | https://codecanyon.net/user/marcoscgdev */
(function(b){b.fn.youtubeBackground=function(e){var d=a();var c=b(this);var g={videoId:"",backgroundColor:"#000000",backgroundImage:"",opacity:0.7};var f=b.extend({},g,e);c.addClass("yt-video-background");if(f.backgroundColor!=""){c.css({background:f.backgroundColor})}if(f.backgroundImage!=""&&(d||f.videoId=="")){c.append('<div class="yt-video-background-image" style="background-image: url('+f.backgroundImage+');"></div>');c.find(".yt-video-background-image").css({opacity:f.opacity})}if(f.videoId!=""&&!d){c.append('<iframe frameborder="0" src="https://youtube.com/embed/'+f.videoId+"?autoplay=1&mute=1&loop=1&controls=0&showinfo=0&rel=0&autohide=1&playlist="+f.videoId+'" allow="autoplay; encrypted-media" allowfullscreen></iframe>');c.find("iframe").css({opacity:f.opacity})}return this};function a(){try{document.createEvent("TouchEvent");return true}catch(c){return false}}}(jQuery));
| .. | |||||
| jquery-3.3.1.slim.min.js | |||||
| script.js | |||||
| yt-video-background.min.js |