Adjustable profile picture size

XMLWordPrintable

    • 2
    • 3

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Thanks a lot!

      Problem Definition

      We're desperately in need of being able to adjust the profile picture size. The photos currently shown in the people finder and on people's pages are too small to recognize our colleagues on properly, which means finding them in our 500 people office is still not easy

      Preferably it would be a setting in the admin section where the admins can enter the dimension restrictions.

      Workaround

      .userLogo {
          width: 134px;
          height: 134px;
          border-radius: 10px;
      }
      
      .greybox #peoplelist .profile-macro {
          height: 151px;  /* Picture height + 17px */
          width: 151px;  /* Picture width+ 17px */
      }
      
      /* This one is to make sure confluence keeps its "magic" 17px distance in the profile */
      
      #title-heading.with-breadcrumbs .userLogo {
          margin-bottom: 17px;
      }
      
      
      /* End Profile Picture size in Profile and Userlist */ 
      
      
      /* This will push the icon to the next line */
      .list-container-all-updates .grouping .update-item-profile  {
          padding-right: 20px;}
      

            Assignee:
            Unassigned
            Reporter:
            Menso Heus
            Votes:
            156 Vote for this issue
            Watchers:
            90 Start watching this issue

              Created:
              Updated:
              Resolved: