Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Padilo300/f45681fcf556378b791a795cf2c07bfc to your computer and use it in GitHub Desktop.
Save Padilo300/f45681fcf556378b791a795cf2c07bfc to your computer and use it in GitHub Desktop.
html5 video
<video id="video_bg" autoplay="autoplay" loop="loop" video autoplay loop muted playsinline webkit-playinginline>
<source src="video/Blind Cornering !!!.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<!-- <source src="video/background.webm" type="video/webm"></source> -->
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment