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!