From ca667b91636b4be97fe0e4060e3889cdd285bb80 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 7 Oct 2021 09:34:34 +0000 Subject: [PATCH] wait #4762 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index d1db5adcb..fbe1160ce 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -395,6 +395,7 @@ class wsHTML5Compiler $this->config->htmlmultimedia = $this->htmlmultimedia; $this->config->phonegap = $this->phonegap; $this->config->retinaResolution = min($this->book->parametres->maxResolution, $this->maxRes); + $this->config->standardResolution = min($this->book->parametres->maxResolution, 150); $this->config->pageLabels = $this->pageLabels; $this->config->pageZoomFactor = $this->z; $this->config->multiply = $this->multiply; @@ -2444,9 +2445,6 @@ height="0" width="0" style="display:none;visibility:hidden"> $corrText = $this->isMobileFirst() ? 0 : 4; $this->log('CSS 3'); -// $texts = '.texts{width:' . floor(floatval($w) + $corrText) . 'px;height:' . floor(floatval($h) + $corrText) . 'px;}'; -// -// $res[] = $texts; // Theme $shade = '.page .shade{'; @@ -2752,7 +2750,6 @@ height="0" width="0" style="display:none;visibility:hidden"> }'; } else { $body .= '#background { - transition: 500ms opacity; visibility: hidden; opacity: 0; background-color:' . wsHTML5::colorToCSS($this->theme->parametres->backgroundColor) . ' !important; -- 2.39.5