background_video.css in Background Video 8
Same filename and directory in other branches
.video-background {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: auto;
z-index: 0;
background-size: cover;
}
.video-background video {
min-height: auto;
min-width: 100%;
}
File
css/background_video.cssView source
- .video-background {
- position: fixed;
- top: 0;
- left: 0;
- overflow: hidden;
- width: 100%;
- height: auto;
- z-index: 0;
- background-size: cover;
- }
- .video-background video {
- min-height: auto;
- min-width: 100%;
- }