Joss Winn
Member
Posted 2 years ago #
Using WPMU 2.7.1 with BuddyPress 1.0:
This theme displays avatars in different sizes. The avatars/gravatars of users registered on the WPMU system are displayed larger than readers who are commenting. The larger avatars obscure the view of comments: i.e.
see comments on this post
http://bit.ly/ft86S
Typically, if I comment on my own blog but am not logged in, the avatar is displayed at the smaller, correct size. If I am already logged into the blog when commenting, the avatar is displayed at the larger, incorrect size.
The get_avatar call that ships with this theme specifies a 25 pixel avatar size. Perhaps you have customizations that are causing this?
Joss Winn
Member
Posted 2 years ago #
I've not made any customisations to BuddyPress or WPMU. It's odd that it's only doing this for users already logged into the site. It seems to ignore the 25px setting the theme makes and use the default size used elsewhere on the site (80px?)
Joss Winn
Member
Posted 2 years ago #
I added
width: 25px;
height: 25px;
to the #content ol.comments .avatar section and now it looks good.
i.e. http://joss.blogs.lincoln.ac.uk/2009/06/16/facebooks-transparent-use-of-openid/