From: Vincent Vanwaelscappel Date: Wed, 4 Sep 2013 07:54:13 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=445d957b74407ac02ea53cd8efc9ce1e6c628c63;p=fluidbook-html5.git --- diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index efa039f8..b498efdb 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -225,7 +225,7 @@ FluidbookHelp.prototype = { preserve: true }); - this.view.find('.illustration').css('margin-top', (this.view.height() - 400 * interfaceScale) / 2); + this.view.find('.illustration').css('margin-top', (hh - 400 * interfaceScale) / 2); }, clearTimeout: function() { clearTimeout(this.autoTimeout);