Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How do I get video to fill the display -- "stretching:fill" doesn't work.


I have used JWPlayer 6.12 to embed a video into a webpage, which you can view at http://www-test.ulib.csuohio.edu/mediaflash/cmp/gcem2014/. I have it set to “primary: html5″ and "stretching:fill". Could you tell me how I can get the video to fill the display? It does if I set the primary to “flash,” but since the recent security threats with flash and with Mozilla blocking it, I thought maybe going first to html5 would make it more accessible.

I have checked the video on my PC using the latest Firefox, Chrome, and IE, and it is the same for all.

2 Community Answers

jherrieven

User  
1 rated :

Try adding the following CSS style to your page:

.jwplayer video {
max-width: none!important;
}

James

olauren83

User  
0 rated :

Thank you, James! That worked perfectly.

This question has received the maximum number of answers.