use the medium size photo on the nav bar if that photo stays larger, as the small one usually looks awful when you scale it up.
This commit is contained in:
parent
a7194bc79a
commit
d8434bb480
@ -95,7 +95,7 @@ EOT;
|
||||
|
||||
if($observer) {
|
||||
$userinfo = array(
|
||||
'icon' => $observer['xchan_photo_s'],
|
||||
'icon' => $observer['xchan_photo_m'],
|
||||
'name' => $observer['xchan_addr'],
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user