PDA

View Full Version : Image Processing Options


Sunsi
03-27-2009, 01:47 PM
Hi!

I'm installing vBulletin but now I've come across this line in the config.php:
// 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;

What happens if an image is larger than that? Will it not show at all in the post? Or will it show with a warning, like 'you're picture is too big to be resized'?

Thanks a bunch! :)

TigerC10
03-27-2009, 02:26 PM
I believe it rejects the upload. It doesn't affect the [img] tag, just attachments.