Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-9375

Adjustable profile picture size

    XMLWordPrintable

Details

    • 2
    • 3
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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;}
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              970184b3bf3e Menso Heus
              Votes:
              156 Vote for this issue
              Watchers:
              89 Start watching this issue

              Dates

                Created:
                Updated: