Skip to content

Commit

Permalink
Force flowplayer dimensions temporary
Browse files Browse the repository at this point in the history
Until I figure out what's going on with the aspect ration of
some flv videos, I am forcing the size player to be 320x240px.
  • Loading branch information
sevein committed Sep 29, 2012
1 parent 024ee12 commit d30afb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions js/flowplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@
// Flash configuration
{
src: Qubit.relativeUrlRoot + '/vendor/flowplayer/flowplayer-3.1.5.swf',
wmode: 'transparent'
wmode: 'transparent',
width: 320,
height: 240
},

// Flowplayer configuration
{
clip:
{
autoPlay: false
autoPlay: false,
scale: 'orig'
},
canvas:
{
Expand Down

0 comments on commit d30afb5

Please sign in to comment.