From: Vincent Vanwaelscappel Date: Fri, 13 Nov 2020 15:49:39 +0000 (+0100) Subject: wait 4016 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6f9f84ff03e7a6f5f9a1bccee48326898b752fa6;p=fluidbook-html5.git wait 4016 @0.5 --- diff --git a/js/libs/fluidbook/fluidbook.menu.js b/js/libs/fluidbook/fluidbook.menu.js index c2ee6810..191f235e 100644 --- a/js/libs/fluidbook/fluidbook.menu.js +++ b/js/libs/fluidbook/fluidbook.menu.js @@ -849,7 +849,7 @@ FluidbookMenu.prototype = { var s, x, y; if (readmode) { - w = Math.max(w * 0.5, nw); + w = nw; forceHeight = false; if (w > ww * 0.9) { @@ -857,7 +857,6 @@ FluidbookMenu.prototype = { w = ww; h = hh; s = ww / nw; - } else { s = w / nw; }