Inconsistent photo sizes

One thing that I don't like about Dolphin is the fact that it supports all kinds of odd shapes and sizes for the user's profile image.  Can this be changed in the settings to allow for a consistent size like Facebook does?

Thanks!

Quote · 5 Jan 2010

Well, I always thought the other way was a pain because not all images have the same aspect ratio. When you force them into a specific container, it can stretch the image and distort the heck out of it.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 5 Jan 2010

One thing that I don't like about Dolphin is the fact that it supports all kinds of odd shapes and sizes for the user's profile image.  Can this be changed in the settings to allow for a consistent size like Facebook does?

Thanks!

you can try to change the following code in inc/images.inc.php file, by adding more conditions for square images

if ((($sizeX == 32) && (32 == $sizeY)) || (($sizeX == 64) && (64 == $sizeY)))
$o->setSquareResize (true);
else
$o->setSquareResize (false)

now only 32x32 and 64x64 images are strictly square

Rules → http://www.boonex.com/terms
Quote · 6 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.