Page::getThumbnailUrl([$size])

Version 4.1

Get page thumbnail url

Image url from page thumbnail image.

Return value

String

Arguments

$size
Image size
Default: 48

Full documentation

Show thumbnail of size 200px from all employees:

foreach ( $Employees as $Employee ){
    $txt .= "<IMG src='{$Employee->getThumbnailUrl(200)}'/>";
}