As per title, I want the control bar to stay visible instead of fading out after a few seconds of the video playing
current code:
<video poster="blah.jpg" controls>
<source src="blah.mp4" type='video/mp4'></source>
<source src="blah.ogv" type='video/ogg'></source>
<source src="blah.webm" type='video/webm'></source>
<source src="blah.flv" type='video/flv'></source>
</video>
googled to no avail, tried adding "true" after controls, but pissing in the wind by guessing, can it be done, and if so, how?