Mobile app version of vmapp.org
Login or Join
Megan663

: Youtube video as page background I'm creating a page for the customer, and I wanted to use youtube video as a page background. I don't know if it's legit (or prohibited) to use youtube like

@Megan663

Posted in: #BackgroundImage #Cdn #Ecommerce #Youtube

I'm creating a page for the customer, and I wanted to use youtube video as a page background.
I don't know if it's legit (or prohibited) to use youtube like CDN server (cuz it uses their bandwidth outside their service) on commercial site (shop). Can someone explain this or someone else had this problem before?

The videos that will be used as background is owned by my customer and will be uploaded to their youtube channel.

Edit:
I want to ask if youtube licence or any other document prevents to use it like CDN server on page where movie will be used as background (no control, youtube logo displays only for few seconds). This page is a shop so it's commercial use. Page have ~1600 visits per week.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

3 Comments

Sorted by latest first Latest Oldest Best

 

@Lee4591628

This HTML snippet should do the trick (demo)

<div style="position: fixed; z-index: -99; width: 100%; height: 100%">
<iframe frameborder="0" height="100%" width="100%"
src="https://youtube.com/embed/ID?autoplay=1">
</iframe>
</div>


See tutorial: YouTube Video as Background

10% popularity Vote Up Vote Down


 

@Heady270

From the YouTube terms of service:


If you use the Embeddable Player on your website, you may not modify, build upon, or block any portion or functionality of the Embeddable Player, including but not limited to links back to the YouTube website.


Using their embedded player as a page background would appear to violate the terms of service because:


It builds upon the service
Items in front of it would block functionality

10% popularity Vote Up Vote Down


 

@Alves908

Part 1:

This is totally fine. Google hosts tons of libraries (the most popular library probably being jQuery) and content on their CDN which is available for public use.

Part 2:

If I understood what your edit meant, you're wanting to know if you can use a YouTube video as a background even if it doesn't show any YouTube logos or controls?

Is that is what you're asking, the answer is also yes. That is totally fine to do. Which is why Google has made it an option that is available in their YouTube API.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme