Active
Project:
Drupal for Facebook
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2010 at 15:23 UTC
Updated:
19 Aug 2010 at 09:21 UTC
Hi!
The user picture is obtained automatically from facebook, and is displayed next to the comments that the users make. I want to set different dimensions for this picture.
According to http://developers.facebook.com/docs/reference/fbml/profile-pic i need to add the width height parameters. Where is this stored?
Thanks,
Mike
Comments
Comment #1
Dave Cohen commentedIn your theme, you can override theme('fb_user_picture') and/or theme('user_picture'). You can see the default implementation in modules/fb/fb.theme.inc.
Comment #2
mstiThanks Dave, it is working!
If others have a similar request, this is what I put in my template.php file: