When I have a video set to full width in a header with the width at 100%, the issue arises with the height. The video is too large, causing the controls to be out of view unless I scroll. Is there a solution to remedy this problem?
<video width="100%" controls >
<source id="mp4" src="http://grochtdreis.de/fuer-jsfiddle/video/sintel_trailer-480.mp4" type="video/mp4">
</video>
I've attempted setting the height to auto or 100%, but on desktop, the video remains oversized, hiding the controls. Any suggestions on how to resolve this? Is there a way to make the video fit the screen size without requiring scrolling?