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

JW7 video is not centered in IOS MAC System


Hi team,

I am using Jw7 version to play the videos in my Website. But when ever I am trying to play the video in Ios MAC systems it is not centered in the player itself.
Here is my code snippet for your debugging process with out css.

dev.myxtv.com/jw7integration

And here is my URL for site level integration

http://dev.myxtv.com/shows/videos/eat-your-words-s2-e4.

Please find the attached screen shot for more.

Please check and provide us your valuable feedback on this to proceed further.

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

The stretching of the player across the width of the page is caused by the following rule in your CSS:

div#player { width:100%!important }

However, even after disabling the rule, the content looks a little off in the player. I re-setup the player adding the stretching: “fill” configuration option, which caused the playback to look better. It then became obvious that the actual content has a different aspect ratio then the 16:9 you are setting the player up to be. I would suggest finding out what aspect ratio the content actually is and then adjusting the width and height options of your player embed code appropriately.

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.