Skip to content

Commit

Permalink
Merge pull request #248 from jwplayer/bugfix/flash-centering
Browse files Browse the repository at this point in the history
Bugfix for uncentered flash player [Delivers #86753288]
  • Loading branch information
robwalch committed Jan 29, 2015
2 parents 494a299 + 27ad35f commit 8eefa7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/embed/jwplayer.embed.flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@

if (_api.config.aspectratio) {
flashPlayer.style.position = 'absolute';
flashPlayer.style.left = '0';
}
_api.container = flashPlayer;
_api.setPlayer(flashPlayer, 'flash');
Expand Down

0 comments on commit 8eefa7b

Please sign in to comment.