[TYPO3] Once again - images resized

Peter Klein peter at umloud.dk
Tue Jan 17 16:04:39 CET 2006


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? 





More information about the TYPO3-english mailing list