[Typo3-dev] Hack request: changing/removing upper limit to width
Georg Ringer
spam at ringerge.org
Thu Oct 13 22:53:26 CEST 2005
Hello
> $this->height = t3lib_div::intInRange($this->height,0,1000);
> $this->width =t3lib_div::intInRange($this->width,0,1000);
This is correct and I changed it because of my extension rgwallpaper and
everybody needs to do so if he wants to show images bigger than 1000px.
Georg
PS: If there is a method to manipulate this value via an ext, please tell me
More information about the TYPO3-dev
mailing list