An image size of 62x83px will get stretched (i.e., 85x85px). It may be better not to hard-code the width/height of the gravatar.

; gravatar.module:
165 #$variables['picture'] = theme('image', $picture, $alt, $alt, $size, FALSE);
166 $variables['picture'] = theme('image', $picture, $alt, $alt, FALSE, FALSE);

Comments

dave reid’s picture

Status: Needs review » Fixed

The latest version (6.x-1.6) does not hardcode the image size anymore. Marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.