Update src/Object/Image.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
@@ -289,7 +289,7 @@ class Image
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$scale = Images::getScalingDimensions($width, $height,$max);
|
$scale = Images::getScalingDimensions($width, $height, $max);
|
||||||
return $this->scale($scale['width'], $scale['height']);
|
return $this->scale($scale['width'], $scale['height']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user