quikava04 / flowplayer-plugins

Automatically exported from code.google.com/p/flowplayer-plugins
0 stars 0 forks source link

Controlbar width issue #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

If you look at the configuration of the following example, you'll see the 
"bottom", "left", and "right" controlbar parameters have been set to 20: 
http://dl.dropbox.com/u/4241134/flowplayer.htm  The problem is that the "left" 
parameter is being ignored because the "right" parameters exists. 

What is the expected output? What do you see instead?

I would have expected the controlbar to have padding on both the left and right 
side. I know this can be mitigated by defining the width but that won't work in 
my actual implementation because the player width will change dynamically.

What version of the product are you using? On what operating system?
Most recent flowplayer production build on chrome/windows 7 home

Please provide any additional information below.
Please reference this code:
top: 20,
left: 20,
bottom: 0,
opacity: 0.95

Original issue reported on code.google.com by e...@vidyard.com on 17 Apr 2012 at 6:16

GoogleCodeExporter commented 8 years ago
We follow the CSS rules here. If you set both the 'left' and 'right' 
properties, the 'right' property overrides and 'left' is ignored.

If you want the controlbar width to follow the player's width you can set the 
control bar's width as a percentage value.

Original comment by anssip@gmail.com on 18 Apr 2012 at 7:46

GoogleCodeExporter commented 8 years ago

Original comment by anssip@gmail.com on 18 Apr 2012 at 7:46