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
Comment #1
yan commentedSame problem: I use
theme('flowplayer', $config)to print the player:That prints out a container with the .flowplayer class:
And that class, in flowplayer.css on line 9 defines the width and height of that container (400x300), 'ignoring' my settings.
Comment #2
yan commentedSet #909240: Scaling Doesn't Work for MP4 Files as duplicate