$kirby->image()
Return an image from any page specified by the path
$kirby->image(string|null $path = null): Kirby\Cms\File|nullParameters
| Name | Type | Default | 
|---|---|---|
| $path | stringornull | null | 
Return types
Kirby\Cms\Fileornull
This method modifies the existing $app object it is applied to and returns it again.