I tried to manipulate the image size of the friends profile pic on user_friends.tpl in the database but it didn't make any difference.

I have a person's profile pic at 75 x 75 (which is the size of the no_photo.jpg that comes with vShare). It displays at 75 x 75 on a person's profile page, but on the user_friends.tpl page it displays the person's profile pic at 120 x 90 and is completely distorted.

The code for the image display is

Code:
{insert name=member_img UID=$friends[i].FID}
with no way (that I can tell) to tell it what size you want it to be displayed.

How do we tell the user's profile pic to be displayed at the correct size and not be distorted?