We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 8sec. mp4 Background Video does not in any Browser except Safari on Mac. Insert video correctly, not as Background image
The text was updated successfully, but these errors were encountered:
Using:
<div class="img_bg" style="background-image: url(videos/autonmshckvid.mp4);" data-stellar-background-ratio="0.5" autoplay loop>
Does not work. Instead use:
<video playsinline autoplay muted loop poster="" id="bgvid"> <source src="videos/autonmshckvid.mp4" type="video/mp4"> </video>
Edit: Use poster="" for video titles.
Sorry, something went wrong.
No branches or pull requests
The 8sec. mp4 Background Video does not in any Browser except Safari on Mac.
Insert video correctly, not as Background image
The text was updated successfully, but these errors were encountered: