fix is to add this to your custom css
.bbp-logged-in img.avatar {
height: 80px !important;
width: 80px !imprtant;
}
and play with the number. You should note that this just magnifies the image, so it will be less defined the bigger you make it.
the size is hard coded, so can’t be changed
Thanks Robin, it works like a charm !
When I think of the time (over one hour) I spent last night to find a solution on the @ … !
we’ve all been there !! 🙂
glad to have helped
as stated above
You should note that this just magnifies the image, so it will be less defined the bigger you make it.
best I can do without code (I’m just a bbpress user!)
I read and understood this but what surprises me though is that there is no ***magnification*** per se since the original is 392px square and the final pic 80px square … !!!
there is, but it is in the code, but in core code that does not have a filter to change.
I could re-write the widget as a new one in a plugin for you, but that would be paid work !
I think I can adapt to this blurry situation 😉 !
Thanks again for your help, anyway.