Avatars are blurred

I've recently noticed (this must have been an update to v9 in the past) that avatars are blurred.  I asked our UX team to have a look and they report that Telligent is resizing the image and causing the image to be blurred.

It's really noticeable with another avatar I use...

Parents Reply
  • Thanks for the information.

    I'm able to recreate this on a 1x DPI device as well, and it appears related to theme customization. The avatar is being server-resized by the widget to 32x32, but sophosCustom.css expands the img element in the browser to 50x50. On a 1x DPI device, this will look blurry.

    On a high-DPI device, it likely wouldn't since there's a little extra resolution "breathing room" as the avatar would have been server-resized to 64x64 (if on 2x). 

    I recommend updating the widget to render the avatar at 50x50 instead of 32x32.

Children