Before installing flowplayer module, the video module would set the dimensions of the player (a default width)
now with flowplayer module installed changing the video module settings for the width, and in fact the player dimensions seem to be set by css in the flowplayer module. This wouldn't be such a big deal but it specifies a height as well, so a video with larger height not longer fills the width but shrinks to fit the height

Am I missing something in the flowplayer module settings?

Comments

yan’s picture

Version: 6.x-0.2 » 6.x-0.3

Same problem: I use theme('flowplayer', $config) to print the player:

print '<div id="video-player" style="width:490px; height:400px;">' . theme('flowplayer', $config) . '</div>';

That prints out a container with the .flowplayer class:

<div id="video-player" style="width: 490px; height: 400px;"><div id="flowplayer" class="flowplayer flowplayer-processed">

And that class, in flowplayer.css on line 9 defines the width and height of that container (400x300), 'ignoring' my settings.

yan’s picture

Version: 6.x-0.3 » 6.x-1.0-beta1