v1.5-alpha.10

This commit is contained in:
carodej
2020-05-18 12:37:33 +02:00
parent dfe4991177
commit 633bef7660
13 changed files with 475 additions and 26 deletions

View File

@@ -230,7 +230,7 @@ class Editor
$image = Image::make($file->getRealPath())->orientate();
// Resize image
$image->resize(256, null, function ($constraint) {
$image->resize(564, null, function ($constraint) {
$constraint->aspectRatio();
})->stream();