I have video background on my web page, I want to stop this video for 3-4 sec and then continue (loop). How can I do this?
I have this code:
<video autoplay muted loop id="myVideo">
<source src="video/Great_Coffee.mp4" type="video/mp4"> Your browser does not support HTML5 video.
</video>