mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
adapted profile pic resize to 300px for whole system
This commit is contained in:
parent
95f9337e0e
commit
cb75c40f4e
13 changed files with 21 additions and 21 deletions
|
@ -348,7 +348,7 @@ class Probe
|
|||
if (x($data, "photo")) {
|
||||
$data["baseurl"] = Network::getUrlMatch(normalise_link(defaults($data, "baseurl", "")), normalise_link($data["photo"]));
|
||||
} else {
|
||||
$data["photo"] = System::baseUrl().'/images/person-175.jpg';
|
||||
$data["photo"] = System::baseUrl().'/images/person-300.jpg';
|
||||
}
|
||||
|
||||
if (empty($data["name"])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue