Change the size and shape of Avatar

I tried to change the size of the user avatar on the profile page by editing the User - Banner Widget Content and avatar.vm, but the size doesn't change on the profile page. I also edited the
Change User Avatar Modal widget and still no luck.

Parents Reply
  • Even when changing the physical size of the image on the lines you mentioned in the User Banner widget, there are CSS rules that also affect the size of the image.

    Specifically, the avatar wrapper is set to 68px and img tags, in general, have a max-width of 100% -- these two rules alone will keep the avatar rendered at 68px. 

    You'll need to adjust the theme's banner styling to allow for a larger avatar. Note, however, that these rules are used for the user banner and group banner widgets, so, changes made to support larger images on the user banner should also be reviewed in the group banner.

Children
No Data