Profile Image Size – UserPro Forums https://forum.userproplugin.com/forums/topic/profile-image-size/feed/ Thu, 02 May 2024 15:18:25 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27622 <![CDATA[Profile Image Size]]> https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27622 Thu, 13 Mar 2014 14:34:45 +0000 Lab41 Hi

In my site header HTML I have:
[userpro_loggedin]Welcome, [first_name]! How are you today?[/userpro_loggedin]

I want to include a profile picture that is 30px. How do I do that? I couldn’t find a way to set the size here?

Any help is appreciated.

]]>
https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27681 <![CDATA[Reply To: Profile Image Size]]> https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27681 Thu, 13 Mar 2014 22:15:43 +0000 admin You can set the size via CSS only. 🙂

[profilepicture] should get the profile image, see the demo profile for example.

]]>
https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27707 <![CDATA[Reply To: Profile Image Size]]> https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27707 Fri, 14 Mar 2014 07:47:44 +0000 Lab41 Can you assist with how I’d do that? Not a CSS expert unfortunately. Can’t I add a [profilepicture size=30px]?

]]>
https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27742 <![CDATA[Reply To: Profile Image Size]]> https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27742 Fri, 14 Mar 2014 11:25:29 +0000 admin It gets the class up-profilepicture so style it in your css.

span.up-profilepicture {

}

Thanks

]]>
https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27756 <![CDATA[Reply To: Profile Image Size]]> https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27756 Fri, 14 Mar 2014 11:32:32 +0000 Lab41 Thanks!! 🙂

]]>
https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27803 <![CDATA[Reply To: Profile Image Size]]> https://forum.userproplugin.com/forums/topic/profile-image-size/#post-27803 Fri, 14 Mar 2014 15:32:30 +0000 admin You’re welcome.

]]>