From ce63100e5e23ae8ed8fa7d73de9380a994648c69 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 24 Jan 2019 19:34:54 +0100 Subject: [PATCH] wait #2541 @2 --- style/fluidbook.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); } } -- 2.39.5