The player was centered prior to update; if its in a div with text-align: center tag.

The problem maybe caused by the addition of the tag position: relative add to the container div.

You need to remove the position: relative from the style for the div that the Object resides in; that might fix the problem, and it will not hurt; since this is not require, nor desired to begin with.

Example:

<div id="video-holder" style="text-align: center; width: 100%; height: 100%; margin-left: auto; margin-right: auto;">

  <div id="jwplayer-1-div">

    <div id="jwplayer-1_wrapper" style="position: relative; width: 640px; height: 480px;">
      Object is here...

see example:
http://lightwizzard.com/story/his-story-1.html

Comments

jflesher’s picture

Title: The Player is no longer centered in page » Player breaks page layout