Closed (fixed)
Project:
Gravatar integration
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2009 at 19:02 UTC
Updated:
29 May 2009 at 19:10 UTC
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
Comment #1
dave reidThe latest version (6.x-1.6) does not hardcode the image size anymore. Marking as fixed.