From 4a91c5474df53c839578bb95b214bb377669141f Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 23 Aug 2011 09:16:32 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index a05e34557..324b56d51 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -85,6 +85,7 @@ class wsHTML5Compiler { $imagesize = getimagesize(WS_DOCS . '/' . $this->pages[1]['document_id'] . '/html/h72-' . $this->pages[1]['document_page'] . '.jpg'); $this->pdf2htmlRatio = round($imagesize[0] / $this->layouts[1]['width'], 2); + $this->scale = 4; $this->multiply = $this->pdf2htmlRatio * $this->scale; $this->numerotation = explode(',', $this->book->numerotation); -- 2.39.5