Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to change user images so they can be larger and square rather than the small round ones?
Sure, but not easily from within Harmony itself, we chose to use rounded avatars here.
In your custom theme, every time you see the phrase buildAvatar, change the third argument to false to generate a square avatar.
buildAvatar
false
Haha or add this to custom css
.avatar-rounded { border-radius: 0!important; }
That would change all avatars to squares, but you might need more custom css to fix oddities like the status icon.
Okay I take it back that was pretty easy.
Thanks