From: Vincent Vanwaelscappel Date: Thu, 29 Feb 2024 10:18:14 +0000 (+0100) Subject: wip #6756 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d0e01854c3063f7dc89815c5890fd8d4c62705b3;p=fluidbook-toolbox.git wip #6756 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index a38f83906..595ed20fd 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -1774,10 +1774,6 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError // General theme $cssWidth = $this->cssWidth; $cssHeight = $this->cssHeight; - if($this->isOnePage() && !$this->isMobileFirst() && $this->fluidbookSettings->fixAirPixel){ - $cssWidth-=2; - $cssHeight-=2; - } $cssScale = $this->cssScale; $w2 = ($cssWidth * 2) . 'px'; $h = $cssHeight . 'px';