(function(){const stopVideo=section=>{const videos=section.querySelectorAll("video");videos.length>0&&videos.forEach(video=>{video.pause()})},playVideo=section=>{const videos=section.querySelectorAll("video");videos.length>0&&videos.forEach(video=>{video.play()})},initSection=()=>{const sections=document.querySelectorAll(".image-with-text-section"),sectionObserver=new IntersectionObserver(entries=>{entries.forEach(entry=>{entry.isIntersecting?playVideo(entry.target):stopVideo(entry.target)})}),sectionResizeObserver=new ResizeObserver(entries=>{const[entry]=entries;playVideo(entry.target)});sections.forEach(section=>{sectionObserver.observe(section),sectionResizeObserver.observe(section)})};initSection(),document.addEventListener("shopify:section:load",function(){initSection()})})(); //# sourceMappingURL=/cdn/shop/t/3/assets/image-with-text.js.map?v=117369940566555699551714460220