Hi,
This is where I put it:
if($width!=0 && $height!=0){
$this->width=$width;
$this->height=$height;
$module[0]=$height;
$module[1]=$width;
$this->main_thumbnail_x=$width;
$this->main_thumbnail_y=$height;
list($this->width, $this->height) = getimagesize($this->uploadFolder.$path);
$html = $this->displayThumbnail($path,$alt,is_string($addpopup),$options, $module);
}else{
list($this->width, $this->height) = getimagesize($this->uploadFolder.$path);
$html = $this->displayThumbnail($path,$alt,is_string($addpopup),$options);
Not working stil I'm afraid.
Cheers