I am trying to resize author gravatars in prologue on WP 2.5 but can;t seem to make it work. I've installed the gravatar.com plugin but still no luck making the adjustments.
I am trying to resize author gravatars in prologue on WP 2.5 but can;t seem to make it work. I've installed the gravatar.com plugin but still no luck making the adjustments.
If you mean the Gravatar presented to the left of the posts, the size is coded into the Gravatar URL inside the image tag. If Prologue uses the_avatar(), then size should be used as a parameter inside the_avatar().
It could likely be done with CSS as well:
.avatar { width: 10px; height: 10px; }
Then again, I suck at WordPress. :)
Worked like a charm.
Thx
This topic has been closed to new replies.