Background Video Rescale
Hi there, awesome theme!
I'm using a video for my background and am wondering if its possible to have it rescale with the page?
www.chrisramoslive.com for reference
Thanks!
Comments
css backgrounds are not responsive unfortunately and never won't be. It's technical problem between being responsive and css and that's why there is nothing what we can do in this case.
Thanks!
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;
}