Return the profile image full size – UserPro Forums https://forum.userproplugin.com/forums/topic/return-the-profile-image-full-size/feed/ Tue, 07 May 2024 08:38:57 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/return-the-profile-image-full-size/#post-18524 <![CDATA[Return the profile image full size]]> https://forum.userproplugin.com/forums/topic/return-the-profile-image-full-size/#post-18524 Thu, 23 Jan 2014 18:43:12 +0000 Adriano Maia Hi!
How can i return the profile image in full size? Or make the size crop?
I see this: <?php echo get_avatar( $user_id, $profile_thumb_size ); ?>
But i think that have a code to return full size or something like…

]]>
https://forum.userproplugin.com/forums/topic/return-the-profile-image-full-size/#post-18525 <![CDATA[Reply To: Return the profile image full size]]> https://forum.userproplugin.com/forums/topic/return-the-profile-image-full-size/#post-18525 Thu, 23 Jan 2014 18:45:39 +0000 admin To return the profile picture URL, which you can use as full width image, you need to use API:

userpro_profile_data(‘profilepicture’, $user_id);

This will display the FULL IMAGE SIZE url. Now you can use it anyway you want. 🙂

]]>
https://forum.userproplugin.com/forums/topic/return-the-profile-image-full-size/#post-18526 <![CDATA[Reply To: Return the profile image full size]]> https://forum.userproplugin.com/forums/topic/return-the-profile-image-full-size/#post-18526 Thu, 23 Jan 2014 18:48:12 +0000 Adriano Maia Thanks!!!

]]>