I have a video that is full width in a header, video have width set to 100%. Problem is with height, my video is big and I don’t see controls of the video. I need to scroll in order to see controls. Is there any solution to my problem?
<video width="100%" controls >
<source id="mp4" src="http://grochtdreis.de/fuer-jsfiddle/video/sintel_trailer-480.mp4" type="video/mp4">
</video>
I am trying to achieve this with height set to auto or 100% but still video on a desktop is big and I don’t see controls. Please any ideas how to solve this? Is there a way to fit video to screen size. so that I don't need to scroll?