Skip to content

Instantly share code, notes, and snippets.

@bulbul84
Created March 30, 2023 12:48
Show Gist options
  • Save bulbul84/4469558d0909c0c174334b99681e30c8 to your computer and use it in GitHub Desktop.
Save bulbul84/4469558d0909c0c174334b99681e30c8 to your computer and use it in GitHub Desktop.
HTML5 Video Autoplay For Angular Page
<video class="hero_bg_video" width="560" height="315" poster="assets/images/longevityPlaybook/longevity-hero-video-poster2.webp" autoplay loop muted oncanplay="this.play()" onloadedmetadata="this.muted = true">
<source src="assets/images/longevityPlaybook/videos/longevity-hero-video3.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment