Core::make('image/thumbnailer')
Helper für den Zugriff auf Bilder als Thumbnails.
'image/thumbnailer'
Concrete\Core\File\Image\BasicThumbnailer
getThumbnail(File, $maxWidth, $maxHeight, $crop = false)
Returns a path to the specified item, resized and/or cropped to meet max width and height. $obj can e Returns an object with the following properties: src, width, height.
Dateiobjekt
max Breite des Bildes in Pixeln
max image height in px
cropping
(stdObj) Standard-Objekt mit den Eigenschaften src (URL zum Bild), width und height (Maße des Bldes)