From: Vincent Vanwaelscappel Date: Thu, 24 Jan 2019 18:34:54 +0000 (+0100) Subject: wait #2541 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ce63100e5e23ae8ed8fa7d73de9380a994648c69;p=fluidbook-html5.git wait #2541 @2 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 1f17a747..729936fc 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -298,10 +298,12 @@ body, html { .background { background-repeat: no-repeat; + width: 100%; + height: 100%; img { - width: 100.2%; - height: 100%; + width: unit(@book-page-correct-width, px); + height: unit(@book-page-correct-height, px); } }