Skip to content

Instantly share code, notes, and snippets.

@shiv122
Created August 11, 2021 13:42
Show Gist options
  • Save shiv122/387f4ef64b0e847bd98d94cd67c2ffe6 to your computer and use it in GitHub Desktop.
Save shiv122/387f4ef64b0e847bd98d94cd67c2ffe6 to your computer and use it in GitHub Desktop.
<video autoplay="" loop="" controls="" width="640" height="480">
<source type="video/mp4" id="player" src="">
</video>
// To pause all video
$("video").each(function() {
this.pause()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment