$asset->crop()
Crops the image by the given width and height
$asset->crop(int $width, int $height = null, string|array $options = null): Kirby\Cms\FileVersion|Kirby\Cms\File
Parameters
Name | Type | Default |
---|---|---|
$width * | int |
– |
$height | int |
null |
$options | string |array |
null |
Return type
Kirby\Cms\FileVersion
|Kirby\Cms\File