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!
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! |
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! |
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))) now only 32x32 and 64x64 images are strictly square Rules → http://www.boonex.com/terms |