-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
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
help me with html video background upload from google drive #508
Comments
Given code is just example how you can upload a video in background of website using HTML. Step to follow:
<div class="video-background">
<video autoplay muted loop id="bgVideo">
<source src="path/to/your/video.mp4" type="video/mp4">
//HTML COMMENT
</video>
</div> Hope this will work for you |
Can you please talk to me realtime somewhere please please please |
I really need help I am working on this since morning and I have to come this and send this to my friend as it's her bday please please |
can anyone please help me with the process of how to upload a video bg in a site wtitten in html
The text was updated successfully, but these errors were encountered: