Questions tagged [tubular]

Tubular is a jQuery plugin that allows you to set a YouTube video as your page background.

Tubular is a jQuery plugin that allows you to set a YouTube video as your page background.


Resources :


Related tags :

11 questions
4
votes
2 answers

Bypassing chrome autopause on videos with sound?

I have a website set-up, where the background is a YouTube video using Tubular.js plugin. There is a problem with chrome browsers, that auto pauses the youtube video if I load it with mute: false flag. Chrome is the only offender, as it works with…
jackar
  • 99
  • 1
  • 1
  • 10
3
votes
0 answers

Tubular use more than 1 video

I am using Tubular a JS plugin that shows Youtube videos in the background. Currently the function only allows for one video so you can't loop through an array of videos. This is what I want to achieve. The function works like…
Clinton Green
  • 9,697
  • 21
  • 68
  • 103
1
vote
2 answers

Jquery tubular load multiple instances

I'd like to launch a second tubular instance an x ammount of seconds after the first one is playing. I'm using 2 div's to attach the player to
I have 2 scripts that launch tubular. var options = { …
GRX
  • 479
  • 1
  • 5
  • 22
1
vote
1 answer

Video Background in Mobile Browsers

I'm trying to make new web-site that background has a video. I found a JS library: tubular This plugin working as expected in my desktop browser. (Checked on : Chrome,Safari,Firefox) But, This NOT working in mobile browsers. I tried in (Nexus 5, HTC…
Disapamok
  • 1,426
  • 2
  • 21
  • 27
1
vote
2 answers

Tubular jquery video not starting in Safari 7 (mac)

I'm using the tubular plugin (http://www.seanmccambridge.com/tubular/) to create a subtle html video background. This works in Chrome, but in Safari 7 on Mac, the video won't start. I've narrowed it down to the z-index being the reason of why safari…
Jorre
  • 17,273
  • 32
  • 100
  • 145
0
votes
2 answers

Youtube video as a site background (tubular.js) shows on top of my other components instead of in the back

I have a webpage that uses tubular.js script to show youtube video as a site background. There's a sentence on tubular page: First, it assumes you have a single wrapper element under the body tag that envelops all of your website content. It…
randomuser1
  • 2,733
  • 6
  • 32
  • 68
0
votes
1 answer

jQuery.tubular not accepting input

I am currently using jQuery.tubular (Here) to display a YT video in the background, where the ID is fetched using the YouTube Data API. Tubular loads, but is not loading the video I ask it to for whatever reason. Here is the related JS: var…
epiquiem
  • 3
  • 2
0
votes
1 answer

Jquery-tubular plugin issue

I'm trying to make my first video background and found this tubular plugin. when i follow the step, it seems that adding the code in body gets complicated. I added the jquery link and for some reason the code i added is not valid. can anyone help me…
akoito
  • 503
  • 1
  • 4
  • 11
0
votes
1 answer

JavaScript (Tubular video background) doesn't always load and run. Sometimes it does

I have some JavaScript on my Weebly.com site. One is Tubular, which adds a video background to the element selected. But it doesn’t always load correctly and doesn’t always run. Sometimes it does, usually not when refreshing, but when I open a new…
vikar
  • 27
  • 1
  • 12
0
votes
5 answers

Toggle visibility between two A HREF when clicking one of them?

To put it as simple as possible. I have one Pause and a second Play I only want PAUSE visible at first, but once it’s clicked it disappears and PLAY…
vikar
  • 27
  • 1
  • 12
0
votes
0 answers

Embedded youtube player not muted

I am using the Tubular jQuery plugin that plays YouTube videos as background and I am trying to mute the video in the background and by default the script should do that when looking at the script code but for some weird reason it doesn't. Here's…