gastelo / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Video in backround of a div #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello Sir

Is it possible with tubular to play video in background of a small area only (a 
div) and not on whole page. Please let me know how can I do it.

Thanks
Anchit Jindal

Original issue reported on code.google.com by anchitji...@gmail.com on 1 May 2013 at 11:48

GoogleCodeExporter commented 8 years ago
Hi did you find a solution to this question?

Original comment by rjdrun...@gmail.com on 19 Jul 2013 at 11:51

GoogleCodeExporter commented 8 years ago
No, unfortunately... :(

Original comment by anchitji...@gmail.com on 20 Jul 2013 at 4:59

GoogleCodeExporter commented 8 years ago
solution:   

$('.Change this to te Id of your div').tubular({videoId: '0uGETVnkujA'}); // 
where idOfYourVideo is the YouTube ID.

Original comment by matsuper...@gmail.com on 17 Feb 2015 at 9:47

GoogleCodeExporter commented 8 years ago
line 36

            $body = $('YOUR DIV') // cache body node

Original comment by ger...@digitalime.com on 16 Apr 2015 at 2:59