Images will not be resized

cgan

Avatar: cgan

2008-08-07 10:08

I wonder why my images, of size 3072 x 2048 pixels, will not be resized after uploading? There will not be any thumbnails generated and the big image will not be resized, it still remains 3072 x 2048 pixels.
Is there a limit of how big images have be to be to get this resampling to work? I have set the max dimension in config/general.php to 700 pixels like this:
$config['max_dimension_of_image'] = 700;

» Quick.Cms v2.x

cgan

cgan

Avatar: cgan

2008-08-08 10:32

The problem is solved. I just found out I could edit libraries/FotoJobs.php and change like this: $iMaxForThumbSize = 3100; and a bit down:
function setMaxForThumbSize( $iMaxForThumbSize = 3100 )
It seems to work fine with big photos now.

cgan

Back to top
about us | contact