PDA

View Full Version : How do i change max image size


Nick'os
06-09-2007, 01:49 AM
When people post images, how can i change the maximum size the image is displayed? As when they post big images it stuffs up my theme.
Thanks,
Nick

Dismounted
06-09-2007, 03:36 AM
There's an option in config.php in resize images over the specified limit.

ActiveAngler
06-10-2007, 09:38 AM
Can you please elaborate on this in more detail.

For example is says for jpeg it is a max of 97.7kg but my Attachment Manager shows 20 000?

Am I missing some here, what should i do?

tobybird
06-10-2007, 03:44 PM
As dismounted stated max image size is located in the config.php file


// Image Processing Options
// Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
$config['Misc']['maxwidth'] = 2592;
$config['Misc']['maxheight'] = 1944;



ActiveAngler, I believe you are referring to file size not dimensions which is the the OP's concern.

flyrib
01-02-2013, 06:03 PM
Hi, I´ve changed the numbers to 900 in both places, but no change?

Please help, have to reduce the pictures my members are adding to my forum. confused: