adapted profile pic resize to 300px for whole system

This commit is contained in:
vinzv 2018-10-23 16:36:57 +02:00
parent 95f9337e0e
commit cb75c40f4e
13 changed files with 21 additions and 21 deletions

View file

@ -465,7 +465,7 @@ class Contact extends BaseObject
$fields['micro'] = $prefix . '6' . $suffix;
} else {
// We hadn't found a photo entry, so we use the default avatar
$fields['photo'] = System::baseUrl() . '/images/person-175.jpg';
$fields['photo'] = System::baseUrl() . '/images/person-300.jpg';
$fields['thumb'] = System::baseUrl() . '/images/person-80.jpg';
$fields['micro'] = System::baseUrl() . '/images/person-48.jpg';
}