File: /var/www/html/wppartneramazingsecret/wp-content/themes/themify-ultra/js/modules/headerVideo.min.js
'use strict';(function(h,g){h.on("themify_theme_header_video_init",function(c){c instanceof jQuery&&(c=c.get());setTimeout(function(){var d=c;for(let b=d.length-1;-1<b;--b){let e=d[b].getAttribute("data-fullwidthvideo");if(e&&0<=e.indexOf(".mp4")&&0<=e.indexOf(window.location.hostname)){let f=g.createElement("div"),a=g.createElement("video");f.className="big-video-wrap";a.className="header-video video-"+b;a.muted=!0;a.autoplay=!0;a.loop=!0;a.setAttribute("playsinline","true");a.setAttribute("type",
"video/mp4");a.setAttribute("src",e);f.appendChild(a);d[b].insertBefore(f,d[b].firstChild)}}},1500)})})(Themify,document);