Skip to content

Kirby 4.1.2

$filemodifications->crop()

Crops the image by the given width and height

$filemodifications->crop(int $width, ?int $height = null, $options = null): Kirby\Cms\FileVersion|Kirby\Cms\File|Kirby\Filesystem\Asset

Parameters

Name Type Default
$width * int
$height int|null null
$options mixed null

Return type

Kirby\Cms\FileVersion|Kirby\Cms\File|Kirby\Filesystem\Asset

Parent class

Kirby\Cms\FileModifications