HTML5-Background-Video
HTML5-Background-Video copied to clipboard
PROJECT IS NOT MAINTAINED - <video> as background
usage: ``` var videobackground = new $.backgroundVideo($('#video-wrap'), { "align": "centerXY", "width": 1280, "height": 720, "path": "video/", "filename": "casino", "types": ["mp4"], "preload": true, "autoplay": true, "loop": true, "sound" : false });...
The video is not playing most of the time however if i hit CTRL+F5 it works but then if i close that tab and open in a new one the...
Hi, I'm testing this with Safari 5.17, and it's not working - just a black background. I used your example. Thanks, A
Is it possible to have the video backgrounds autopause, when scrolled past them and to only play, when they are visible in the window? I two video background sections on...
I cant seem to figure out how to make the video align to the top. Here is what I got. What am i doing wrong? var BV = new $.BigVideo({container:...
When I initialize the video on a div the video seems to stretch the entire size of the screen. It doesn't get contained to the div it's in. Not sure...
Could use modernizer to choose the smallest file when there are >1 compatible codecs. That is: use webm in chrome, even though mp4 is supported.
I'm working on a wordpress custom CMS that controls a page using the plugin to supply the background video. Because wordpress segregates uploaded files into directories by date of upload,...
Added option 'startOnLoad' to let the plugin wait until the video is playable before fading it in. Also added 'poster' and 'startOnLoad' options to the example in the README.
I am having issue with the "with-flash-and-image-fallbacks.html" file. It will not play the video on my desktop browser. Shouldn't the video be playing on desktop and fall back to image...