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

Progress Bar not centered


The progress bar of the player appears to not be centered vertically.
You can take a look here:
http://moo.bg/jwplayer7/

7 Community Answers

MisterNeutron

User  
0 rated :

Compare: http://misterneutron.com/JW7videoResponsive/

I'm not sure why they're different. Try giving the page a proper DOCTYPE and meta charset (like my example). Remove the trailing comma after the aspectratio (it's the last attribute, so there should be no comma).

Have you made any changes to the seven.css?

cycle

User  
0 rated :

No changes. It appears the issue was due to the DOCTYPE.

MisterNeutron

User  
1 rated :

It's surprising what a missing or improper DOCTYPE can do! Glad that fixed it.

(Your meta charset is still not right - in HTML5, it's:

<meta charset="UTF-8">

Not doing any harm, but might as well get it right.)

Todd

JW Player Support Agent  
0 rated :

I think it has something to do with the way the browsers render the HTML5 and CSS. I’ll ask our engineers and get back to you.

spcooney

User  
0 rated :

I was having the same issue. DOCTYPE was the fix. Thanks for the post!

eray_gul4b N/A

User  
0 rated :

i was having same issue can anyone help me?

Yerimen

User  
0 rated :

Ok, the problem is on headers...

Not Working Version:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">

Working Version:

<!DOCTYPE html>
<head>

This question has received the maximum number of answers.