HTML5 <video> Player Controls in Chrome Three Dots on the Right Open Blank Screen

Can't seem to find an answer for this anywhere.

I am using a standard HTML5 tag to embed a video into page:

<video controls>
     <source src="video/intro-video.mp4" type="video/mp4"/>
</video>

However, in Chrome's default controls on the right, three dots show up (options), however, when you click on them, it goes to a blank screen and there's no way to get out if it except for refreshing the entire page.

How do you make the options either go away or prevent a blank screen?

Thank you.

#html5 #google-chrome #video

26.20 GEEK