Isaac.

here I am the novice, amateur whatever.. someone said there are no dumb questions so I take a chance.
I opened the /libs/image.inc.php and fount this code.
question what happen if I change the value "99999" to "800" ?
would it force the full size image to max 800px ?
If so maybe in a future it could be in the CP that one could set your own value there?
Just asking grin


Quote
function resize_image($type,$sourcefile="") {
global $config;

if (!$config['MAX_THUMB_W_H']) {
$config['MAX_THUMB_W_H'] = "200";
}
if (!$config['MAX_MEDIUM_W_H']) {
$config['MAX_MEDIUM_W_H'] = "480";
}
if (!$config['MAX_FULL_W_H']) {
$config['MAX_FULL_W_H'] = "99999";
}



Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php