Skip to content

Commit cae819f

Browse files
committed
Fix compression
1 parent 74277f9 commit cae819f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LfmPath.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ private function saveFile($file, $new_file_name)
321321
{
322322
$this->setName($new_file_name)->storage->save($file);
323323

324-
$this->makeThumbnail($new_file_name);
325-
326324
$this->compressImage($new_file_name);
327325

326+
$this->makeThumbnail($new_file_name);
327+
328328
return $new_file_name;
329329
}
330330

0 commit comments

Comments
 (0)