+1

Hide minimize button on full-screen video

jralston fa 11 anys updated by icahill (Administrator) fa 11 anys 1
I have a video with fullscreen="yes"

When the controls are showing, there is a minimize button on the right side. If you click it, the video disappears but the audio continues playing. Is there a way to get rid of the minimize button or to set a size for use when the user clicks minimize?

By defining your height/width to full screen (width="1024" height="768" OR height="100%" width="100%") and not using fullscreen="yes", you can force the video tag to ignore minimize by using scalingmode="fit".