$kirby->thumb()
Thumbnail creator
$kirby->thumb(string $src, string $dst, array $options = [ ]): string
Parameters
Name | Type | Default |
---|---|---|
$srcrequired | string |
no default value |
$dstrequired | string |
no default value |
$options | array |
[ ]
|
Return type
string
This method modifies the existing $app
object it is applied to and returns it again.