v6.1 - How to resize Photo Gallery Pics & Thumbs
Hi Guys,
How can I resize the default Photo Gallery Picture size - as I want make it bigger
and how do I resize the Photo Gallery Thumb size so I can make it bigger than 110x110
Photo Gallery i am talking about... not Profile Photos (thats done under advanced settings)
Any help on this would be much appreciated
Many Thanks :)
This fragment from uploadSharePhoto.php which is repsonsible for resizing.
$iWidth = (int)getParam("max_photo_width");
$iHeight = (int)getParam("max_photo_height");
$iThumbW = (int)getParam("max_thumb_width");
$iThumbH = (int)getParam("max_thumb_height");
It depends from the smae parameters as Profile Photos.
Regards
where does it get the 110x110 size from
the Pic is 120x160.. but boxed in to 110x110
Hmmm
d