$(function(){ //$("#w_videobackbox-1571327100531 video").removeAttr("autoplay"); var video=document.getElementById("videoST"); $("#w_fimg-1571361889115").css("display","none"); $("#w_fimg-1571361889115").click(function(){ video.play(); $(this).fadeOut(); }); video.onended = function(){ $("#w_fimg-1571361889115").fadeIn(); }; });