/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$imgpath='uploads/pics/'; $ts['img']='IMAGE'; $ts['img.']['file']=$imgpath.$this->cObj->data['image']; $ts['img.']['format']='jpg'; $ts['img.']['altText']=$this->cObj->data['altText']; $ts['img.']['titleText']=$this->cObj->data['titleText']; if ($this->cObj->data['imagewidth']) { $ts['img.']['file.']['maxW']=$this->cObj->data['imagewidth']; } $img=$this->cObj->IMAGE($ts['img.']);
URL: http://www.pi-phi.de/rendering.html