$file->manipulate()
Resizes/crops the original file with Kirby's thumb handler
$file->manipulate(array|null $options = [ ]): Kirby\Cms\FileParameters
| Name | Type | Default | 
|---|---|---|
| $options | arrayornull | [ ] | 
Return type
This method does not modify the existing $file object but returns a new object with the changes applied. Learn more →