$dimensions->thumb()
Resize and crop
$dimensions->thumb(array $options = [ ]): Kirby\Image\Dimensions
Parameters
| Name | Type | Default |
|---|---|---|
| $options | array |
[ ] |
Return type
This method does not modify the existing $dimensions object but returns a new object with the changes applied. Learn more →