Viewing 2 replies - 1 through 2 (of 2 total)
  • I would also like a solution to this!

    I would like a solution as well, however, I want to make the avatar bigger. Right now the plugin uses the bpthumb image which is 50×50 pixels. Any filters to make the plugin use the bpfull image instead?

    For those of you who want to make the avatar smaller, all you have to do is use some css and add it to your style sheet. For me, scaling bigger isn’t possible because the bpthumb that the plugin uses by default is only 50 pixels. However, scaling smaller than 50 pixels via css looks fine.

    For example, add this to your stylesheet:

    #buddypresswcamp-widget-showmyvisitors-2 img { width:35px; }

    or if you want to make it both smaller and round too for example, add the following to your stylesheet:

    #buddypresswcamp-widget-showmyvisitors-2 img { width:35px; border-radius: 50%; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the avatar's size’ is closed to new replies.