0
I want to put a background video on a wait screen. Can you do this by pulling a video from youtube without showing the default buttons and have it start automatically? The Jquery I have to put the video that is on my host.
$('body').bg({
position:"fixed",
zIndex:-1,
mp4:'meuvideo.mp4',
ogv:'meuvideo.ogv',
webm:'meuvideo.webm',
poster:'meuvideo.jpg',
opacity:0.5
});
Here I pull the video straight from my server, and youtube?
Even with background, I don’t know if it does, but if it makes no difference, try as follows: https://jsfiddle.net/ks8hu650/12/
– Miguel