$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;
$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{';
}';
} else {
$body .= '#background {
- transition: 500ms opacity;
visibility: hidden;
opacity: 0;
background-color:' . wsHTML5::colorToCSS($this->theme->parametres->backgroundColor) . ' !important;