I'm importing some images for FE use in Typo3 using fileResource...
I would like to restrict the width (and keep aspect ratio) is this possible
in my getFieldContent function?
For now I just have this: return
$this->cObj->fileResource("fileadmin/images/IMG_1.jpg");
Which works fine except my images are way too large...
//Jane Larsen