I am trying to get an video on the startpage which is full width but not full height but it just does not work. It always scales down if I set the height.
#video_startpage {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1000;
min-width:100%;
max-height:400px;
}
fiddle: https://jsfiddle.net/Lxz43sga/#&togetherjs=yrnrdNEaIu