Skip to content
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

Open
kartikchill opened this issue Jun 16, 2024 · 3 comments
Open

help me with html video background upload from google drive #508

kartikchill opened this issue Jun 16, 2024 · 3 comments

Comments

@kartikchill
Copy link

can anyone please help me with the process of how to upload a video bg in a site wtitten in html

@Abhisam7007871
Copy link

Given code is just example how you can upload a video in background of website using HTML.

Step to follow:

  • Write basic code of HTML.
  • Copy this Code into your below project:
<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

@kartikchill
Copy link
Author

Given code is just example how you can upload a video in background of website using HTML.

Step to follow:

  • Write basic code of HTML.
  • Copy this Code into your below project:
<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

@kartikchill
Copy link
Author

Given code is just example how you can upload a video in background of website using HTML.
Step to follow:

  • Write basic code of HTML.
  • Copy this Code into your below project:
<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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants