[xwiki-users] How to change #smallUserAvatar, #mediumUserAvatar, and so on
Hi all, As I wrote in a former email that the quality of user avatar (user portrait) is poor, because the macros like #smallUserAvatar($username) will result like follows <img src='/./userPortrait.JPG?width=30&height=30&keepAspectRatio=true' alt='username' title='username'/> However, I would like an alternative instead like <img src='/./userPortrait.JPG' width=30 alt='username' title='username'/> So how can I do that? Any suggestions? P.S. I am running an XE 3.1 on win7. And I have found in the mailing list archive the following proposal but it seems no help for me as a newbie. http://xwiki.markmail.org/thread/wzrex5j7jxhgjmc6#query:+page:1+mid:c67dra64 2nbm5h3r+state:results Thanks : )
I replied to your previous mail. On Fri, Oct 7, 2011 at 10:46 AM, Yang Li <[email protected]> wrote:
Hi all,
As I wrote in a former email that the quality of user avatar (user portrait) is poor, because the macros like
#smallUserAvatar($username) will result like follows
<img src='/./userPortrait.JPG?width=30&height=30&keepAspectRatio=true' alt='username' title='username'/>
However, I would like an alternative instead like
<img src='/./userPortrait.JPG' width=30 alt='username' title='username'/>
So how can I do that? Any suggestions?
P.S. I am running an XE 3.1 on win7. And I have found in the mailing list archive the following proposal but it seems no help for me as a newbie.
http://xwiki.markmail.org/thread/wzrex5j7jxhgjmc6#query:+page:1+mid:c67dra64 2nbm5h3r+state:results
Thanks : )
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Marius Dumitru Florea -
Yang Li