diff --git a/src/Content/Widget.php b/src/Content/Widget.php index 1108af5124..8444fd1aff 100644 --- a/src/Content/Widget.php +++ b/src/Content/Widget.php @@ -398,7 +398,7 @@ class Widget $entries[] = [ 'url' => Contact::magicLinkByContact($contact), 'name' => $contact['name'], - 'photo' => Contact::getThumb($contact), + 'photo' => Contact::getThumb($contact, true), ]; }