]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5991
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 12:45:43 +0000 (14:45 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 12:45:43 +0000 (14:45 +0200)
app/Models/FluidbookDocument.php

index 5ed91da817f0e474fce6be8da2bac98a95329966..e78c9566ec3c5abdb9dd6519d858220e6b1db188 100644 (file)
@@ -100,7 +100,7 @@ class FluidbookDocument extends ToolboxModel
         $nbfiles = count($files);
         for ($i = 1; $i <= $this->pages; $i++) {
             foreach ($files as $file) {
-                $job = new FluidbookDocumentFileProcess($this, $i, $file[0] ?? 'jpg', $file[1] ?? 150, $file[2] ?? true, $file[3] ?? true, $file[4] ?? 'html', true);
+                $job = new FluidbookDocumentFileProcess($this, $i, $file[0] ?? 'jpg', $file[1] ?? 150, 85, $file[2] ?? true, $file[3] ?? true, $file[4] ?? 'html', true);
                 if ($sync) {
                     $job->handle();
                 } else {