Maximage2: Easy Fullscreen Background HTML5 Video Example

HTML5 Video: Code taken from http://camendesign.com/code/video_for_everybody - "Video For Everybody"

JS for this page:
$(function(){
 // Helper function to Fill and Center the HTML5 Video
 jQuery('video, object').maximage('maxcover');
});

CSS for this page:
html {overflow-x:hidden;}
body {margin:0;padding:0;}

video, object {
 left:0;
 position:absolute;
 top:0;
}

Learn more about Maximage2
Demo of Maximage2 as a fullscreen background slideshow