[Typo3-dev] Hack request: changing/removing upper limit to width

Francesco di Francia darksky77 at email.it
Thu Oct 13 21:44:40 CEST 2005


I'm not a coder and so sorry if i will say dumb things.
Correct me if i'm wrong but it seems that the max value of the  the 
parameter WIDTH and HEIGHT of imageLinkWrap is 1000 and it's hardcoded 
in the 3 showpic.php files of the source package( row 182 and 183 ):

$this->height = t3lib_div::intInRange($this->height,0,1000);
$this->width =t3lib_div::intInRange($this->width,0,1000);


I think there are case in wich users need to see the image in is 
original size in a windows with scrollbars. For example this happen 
often for medical picture.


Best Regards,

Francesco





More information about the TYPO3-dev mailing list