Right now when I use Recent Users and Recent Photos module and they show the thumbnails in like 74px or so. How can I increase the quality and image size of thumbnails shown for these modules?
public function getAvatar( $size = SOCIAL_AVATAR_LARGE )public function getAvatar( $size = SOCIAL_AVATAR_MEDIUM )Neel wrote:
What is the original thumbnail size used for these modules?
style="background-image:url('<?php echo $photo->getSource('large'); ?>');"> change to this: style="background-image:url('<?php echo $photo->getSource('thumbnail'); ?>');">public function getAvatar( $size = SOCIAL_AVATAR_MEDIUM )public function getAvatar( $size = SOCIAL_AVATAR_LARGE )<img src="http://example.com" data-popbox="module://easysocial/profile/popbox" data-popbox-position="top-left" data-user-id="14540"> <img src="<?php echo $user->getAvatar($size = SOCIAL_AVATAR_LARGE);?>">