Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 5 of 5
Posted By: mattgilbertI'd like to modify plogger so that the large thumbnails are resized so that they fit inside a rectangular area. this means there's a max width and a max height as well, and they are different from each other. can someone help me out by pointing to where in the code i should modify? do i need to modify phpThumb.class?
Thanks
// Set image height instead of width if not using square thumbs
if ($type == THUMB_SMALL && !$config['square_thumbs']) {
$phpThumb->h = $thumb_config['size'];
$phpThumb->w = '';
}
// Set image height instead of width if not using square thumbs
if ($type == THUMB_SMALL && !$config['square_thumbs']) {
$phpThumb->h = $thumb_config['size'];
$phpThumb->h = $thumb_config['size'];
}
1 to 5 of 5