FIND:
/mkportal/modules/gallery/index.php said:
$imagesize_x = $image_details[0];
if($imagesize_x > 600) {
$size = $mklib->ResizeImage(600,"$mklib->sitepath/mkportal/modules/gallery/album/$file");
$dims = "width='600' height='$size[1]'";
}
if($imagesize_x > 600) {
$size = $mklib->ResizeImage(600,"$mklib->sitepath/mkportal/modules/gallery/album/$file");
$dims = "width='600' height='$size[1]'";
}
Replace the default MKPortal gallery image width (600) in the code above with the width (in pixels) that you want your gallery images to be.
(Note that the gallery images in MKPortal are resized using html height and width attributes. The image file itself is not actually resized.)
-=DKC=-













