# HG changeset patch # User Raphael Velt # Date 1360340627 -3600 # Node ID 4f473382089ea904a26a9234d29fc846df4e2f99 # Parent bbf5921b54125fd5984bd7e7e1259a9c52e75b6f Leslie Carr is sick diff -r bbf5921b5412 -r 4f473382089e web/museo-1213-04-web-ingenierie-philosophie/config.php --- a/web/museo-1213-04-web-ingenierie-philosophie/config.php Wed Feb 06 14:49:35 2013 +0100 +++ b/web/museo-1213-04-web-ingenierie-philosophie/config.php Fri Feb 08 17:23:47 2013 +0100 @@ -17,9 +17,6 @@
  • Yannick Prié, Université de Nantes.

  • -
  • -

    Leslie Carr, University of Southampton, Webscience Trust.

    -
  • ", diff -r bbf5921b5412 -r 4f473382089e web/res/metadataplayer/LdtPlayer-core.js --- a/web/res/metadataplayer/LdtPlayer-core.js Wed Feb 06 14:49:35 2013 +0100 +++ b/web/res/metadataplayer/LdtPlayer-core.js Fri Feb 08 17:23:47 2013 +0100 @@ -1662,6 +1662,12 @@ if (typeof this.width === "undefined") { this.width = this.$.width(); + } else { + this.$.css("width", this.width); + } + + if (typeof this.height !== "undefined") { + this.$.css("height", this.height); } /* Setting this.player at the end in case it's been overriden