[TYPO3] Once again - images resized

Dmitrii Dimandt dmitriid at gmail.com
Tue Jan 17 16:12:19 CET 2006


Thank you! That's what it is! Grrrr. Hard-coded values. Grrrr :)

On 1/17/06, Peter Klein <peter at umloud.dk> wrote:
> Hi Dimitrii. That shouldn't be possible, as click-enlarge only works with
> the original image, and the processed image (scaled, modified by gifbuilder
> etc.)
> http://typo3.org/documentation/document-library/doc_core_tsref/imageLinkWrap/
>
>
> But inside the showpic.php there's a couple hardcoded lines (line 182-183)
> that prevents you from using pictures larger than 1000x1000..
>
>   $this->height = t3lib_div::intInRange($this->height,0,1000);
>   $this->width = t3lib_div::intInRange($this->width,0,1000);
>
> --
> Peter Klein/Umloud Untd
>
>
> "Dmitrii Dimandt" <dmitriid at gmail.com> skrev i en meddelelse
> news:mailman.4408.1137509344.6406.typo3-english at lists.netfielders.de...
> I upload rather large images (say, 700x800 pixels and larger) via
> element browser. Their thumbnails are resized as per documentation and
> displayed on the page. However, when I click-enlarge the image, I see
> not the 700x800 image I uploaded, but a 533x600 resized image.
>
> Why is this happening?
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list