Skip to content

Kirby 5.1.1

$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.

Parent class

Kirby\Cms\App