Showing 1 – 3 of 3 replies
sumit784

I need to use the Youtube videon in the […]

sumit784 PURCHASED
8 years ago
I need to use the Youtube videon in the homepage background. I am using the video template , but did not see how to fetch the youtube video.

Please help with details.

- Sumit
ThemeGuru
ThemeGuru SELLER
8 years ago
Hi

The video background script only allows video formats like .mp4 and .ogv
If you want YouTube video's on the background you need to customize the code.

This is a nice and easy script for it: http://www.seanmccambridge.com/tubular/
sumit784
sumit784 PURCHASED
8 years ago
Hi,

I have followd the instructions on tubular and also tried jQuery.YoutubeBackground plugins. But none of them seems to be working.

Can you provide some precise information,as to on which <div> or <section> do i need to call this js.

Instructions specific to your theme code will be helpful and appreciated.
ThemeGuru
ThemeGuru SELLER
8 years ago
Hi there

Please note that support don't cover site customizations or 3th party scripts/library/plugins. But to send you in the right direction you should:

1. Download scripts and include it in your website with <script src=""></script>
2. Create a <div> where the YouTube video should display
3. At the end of that page (or in a external .js file) add: $('#wrapper').tubular({videoId: '0Bmhjf0rKe8'});
where #wrapper is your custom <div> and videoId is the ID of the YouTube video.