🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

bigYouTube is a tiny jQuery plugin that allows you use an Youtube video as a video background for any container.

background Youtube video-background

Documentation

bigYouTube

Build Status

jQuery plugin for using YouTube videos as big background videos.

Basic Example

<div id="my-target"> </div>
$(function(){     var options = {         'videoId': '6snxouNdubg'     };     $('#my-target').bigYouTube(options); });

Development Roadmap:

  • Add more options

Testing Roadmap:

  • Single video via Id
  • Single video via class
  • Multiple video via class
  • Can we test video playing further?

Contributing

Say hi - [email protected], Twitter @tomnewbyau or via GitHub issues


You May Also Like