| 1 |
document.addEventListener("DOMContentLoaded",(function(){document.querySelectorAll(".embed-privacy-container.embed-youtube")&&new MutationObserver((function(e,t){const n=document.querySelectorAll(".embed-privacy-container.embed-youtube .embed-privacy-content > .elementor-element");if(n.length)for(let e=0;e<n.length;e++){const t=n[e].querySelector("div.elementor-video");if(!t)continue;const o=JSON.parse(n[e].getAttribute("data-settings"));if(!o)continue;const l=document.createElement("iframe");let c=o.youtube_url.replace("watch?v=","embed/")+"?";o.controls&&(c+="controls=1&"),o.autoplay&&(c+="autoplay=1&playsinline=1&"),l.src=c,l.allowFullscreen=1,l.class="elementor-video",l.style.maxHeight="332px",l.style.maxWidth="100%",l.style.height=360,l.style.width=640,t.parentNode.replaceChild(l,t)}})).observe(document,{childList:!0,subtree:!0})})); |