Active
Project:
JW Player Module for Drupal
Version:
6.x-1.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 20:37 UTC
Updated:
2 Jun 2011 at 22:36 UTC
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
Comment #1
jflesher commented