jQuery.YoutubeBackground icon indicating copy to clipboard operation
jQuery.YoutubeBackground copied to clipboard

A wrapper for the Youtube API - Great for fullscreen background videos or just regular videos.

Results 28 jQuery.YoutubeBackground issues
Sort by recently updated
recently updated
newest added

Hi there, is it possible to use this plugin as a div background? For example, you scroll the page and reach a full screen div that plays one of your...

Hi rochestb, thx for the nice script. there is an issue when using it with fitToBackground: false you can see it when you resize the browser window. http://rochestb.github.io/jQuery.YoutubeBackground/ i changed...

I put it in a section that has a youtube video background, it works on laptop and pc view but the auto play for ipad for phone views, it won't...

I've got it working... See example code here: https://editor.p5js.org/tom.smith/sketches/xhWrkHzSW But line 33 must be trying to grab things that aren't called that anymore... var player = $('#video').data('ytPlayer').player; I get :...

Is it possible to use no-cookie youtube?

anything possible? its like 300% for me

I created 2 buttons for play/stop and it doesn't work. My code below `$('#vidheader').YTPlayer({ videoId: ytLink, mute: false, playButtonClass: 'YTPlayer-play', pauseButtonClass: 'YTPlayer-pause', width: $(window).width(), playerVars: { iv_load_policy: 3, modestbranding: 1,...

please update the doc how to install Bower does not exist anymore

Hi, is there anyway to lazyload the external scripts? I want to make website fast, so just put the image and after lazy loading the image, triggered your plugin, but...

enhancement

Thank you for that nice Background-Player. I am wondering if you can help me. The resizing of the Video depends on the window.resize(). Is there a possibility to call the...