diff -r 67a0cee0077f -r 8cde4d15a173 web/res/metadataplayer/JwpPlayer.js --- a/web/res/metadataplayer/JwpPlayer.js Wed Jan 16 18:25:10 2013 +0100 +++ b/web/res/metadataplayer/JwpPlayer.js Thu Jan 17 15:17:58 2013 +0100 @@ -36,7 +36,9 @@ _opts.flashplayer = IriSP.getLib("jwPlayerSWF"); _opts["controlbar.position"] = "none"; _opts.width = this.width; - _opts.height = this.height || Math.floor(.643*this.width); + if (this.height) { + _opts.height = this.height; + } for (var i = 0; i < _props.length; i++) { if (typeof this[_props[i]] !== "undefined") {