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

black band and trimmed video on firefox - Jw 7.1.5


for example

http://www.laparola.info/come-scegliere-chi-sposare

Thank



1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

One of your CSS files contain the following block:

video {
    width: 100% !important;
    height: auto !important;
}

Since they are marked with !important, they are overriding the width and, more importantly, height settings that we use in our player. When I disabled them in Firefox, the video went front-and-center, but was not filling the screen. You can resolve this by adding stretching: “fill” to your embed code.

I’m not sure why this only happens in Firefox and not in Chrome. It may be the way Firefox interpets CSS.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.