Created
March 30, 2023 12:48
-
-
Save bulbul84/4469558d0909c0c174334b99681e30c8 to your computer and use it in GitHub Desktop.
HTML5 Video Autoplay For Angular Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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