File: /var/www/html/wptoho/wp-content/themes/themify-ultra/js/modules/header-video.js
((t,e)=>{"use strict";t.on("themify_theme_header_video_init",(t=>{setTimeout((()=>{(t=>{for(let i=t.length-1;i>-1;--i){let _=t[i].dataset.fullwidthvideo;if(_?.includes(".mp4")&&_.includes(window.location.hostname)){let f=e.createElement("div"),o=e.createElement("video");f.className="big-video-wrap tf_overflow tf_abs_t tf_w tf_h",o.className="tf_abs_t tf_w tf_h",o.muted=o.autoplay=o.loop=!0,o.setAttribute("playsinline","true"),o.type="video/mp4",o.src=_,f.appendChild(o),t[i].prepend(f)}}})(t)}),1500)}))})(Themify,document);