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