From: vincent@cubedesigners.com Date: Tue, 23 Aug 2011 09:16:32 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4a91c5474df53c839578bb95b214bb377669141f;p=cubeextranet.git --- 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);