Typo3 7.6.xx - Croping a Image via PHP cObject Configuration
function getImage($file,$width,$height){
$imgConf = array();
$imgConf['file'] = $file;
$imgConf['file.']['width'] = $width.'c';
$imgConf['file.']['height'] = $height.'c';
return $this->cObj->Image($imgConf);
}
Written by Ilic Davor
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Typo3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#