Hello!
Please edit [Joomla dir]/components/com_lovefactory/models/profile.php and add on line 597:
$profile->main_photo = $friend->photo;
- [Joomla dir]/components/com_lovefactory/views/profile/tmpl/_friends.php and change on line 10:
background-image: url('<?php echo $friend->getMainPhotoSource(); ?>');
to:
background-image: url('<?php echo $friend->getMainPhotoSource(true); ?>');