// JavaScript Document var x = document.getElementById("myVideo"); $(document).ready(function(){ $("#w_fimgbox-1578465764802").click(function(){ $("#w_fimgbox-1578465764802").hide(); x.play(); }); }); x.addEventListener('pause',function(){ $("#w_fimgbox-1578465764802").show(); }); $(window).scroll(function(){ if($(window).scrollTop() > 2700 & $(window).scrollTop() < 3100){ $("#w_fimgbox-1578465764802").hide(); x.play(); }else { x.pause(); } });