Hello,
I would like to know what sizes of profile I can use to have images of identical sizes of for example 150px X 150px.
I tried -> getAvatar (large) and -> getAvatar (medium)
Large images are proportional to the original size, so not square.
Medium is too small .
Here is the context in which I want to use them .
<?php echo '<img src = "'. $FriendsIds-> getAvatar (medium). '" />'; ?>
Best regards.
Eric