Jakamar adlı üyeden alıntı: mesajı görüntüle
image.php'yi birazcık araştırdım ve şu kodları buldum , buradan max widht ve height'i ayarlayabilirsin. Tam olarak çözemedim ama deneyerek bulabilirsin.

if (!$maxWidth && $maxHeight)
{
$maxWidth = 99999999999999;
}
elseif ($maxWidth && !$maxHeight)
{
$maxHeight = 99999999999999;
}
elseif ($color && !$maxWidth && !$maxHeight)
{
$maxWidth = $width;
$maxHeight = $height;
}

// If we don't have a max width or max height, OR the image is smaller than both
// we do not want to resize it, so we simply output the original image and exit
if ((!$maxWidth && !$maxHeight) || (!$color && $maxWidth >= $width && $maxHeight >= $height))
bunları denedim ama bişey değişmedi yinede çok tşk ederim herşey için iyi bayramlar