• 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.

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

            [CONFSERVER-9375] Adjustable profile picture size

            Atlassian Update 2024-07-25

            Hi everyone,

            Thank you for your interest in this suggestion. I'm pleased to let you know that we have released enhancements to user profile pictures in Confluence Data Center 8.9. This includes functionality allowing individual users to adjust their profile pictures.

            You can read more about this both in the 8.9 Confluence release notes and our official documentation.

            Kind regards,

             

            Michael Andreacchio

            Confluence Data Center

            Michael Andreacchio added a comment - Atlassian Update 2024-07-25 Hi everyone, Thank you for your interest in this suggestion. I'm pleased to let you know that we have released enhancements to user profile pictures in Confluence Data Center 8.9. This includes functionality allowing individual users to adjust their profile pictures. You can read more about this both in the 8.9 Confluence release notes and our official documentation . Kind regards,   Michael Andreacchio Confluence Data Center

            When I add the workaround code to the global style sheet but it doesn't change the picture size only the text around it. I guess .userlogo isn't right anymore since the workaround code is 6 years old. Does anyone know to what the css should refer to now?

            Michael Verlint added a comment - When I add the workaround code to the global style sheet but it doesn't change the picture size only the text around it. I guess .userlogo isn't right anymore since the workaround code is 6 years old. Does anyone know to what the css should refer to now?

            Hello

            Where do I need to add this code?

            Marc Dahinden added a comment - Hello Where do I need to add this code?

            Jonas added a comment -

            Hi Guys, please fix this. 11 years! 

            Jonas added a comment - Hi Guys, please fix this. 11 years! 

            We're having this issue also. We're looking to have Spaces for individual teams/departments and we'd like their photo there. However, we are finding the profile photo macro to be slightly too small for us. We want to increase the profile photo size but only on that page not across the whole confluence instance.

            Charlie Smith added a comment - We're having this issue also. We're looking to have Spaces for individual teams/departments and we'd like their photo there. However, we are finding the profile photo macro to be slightly too small for us. We want to increase the profile photo size but only on that page not across the whole confluence instance.

            Had the same problem.

            Marcial Benitez added a comment - Had the same problem.

            Had the same problem.  Used Okay Dokey's workaround, which worked great.  Thanks!

            Nancy Bonanno added a comment - Had the same problem.  Used Okay Dokey's workaround, which worked great.  Thanks!

            Menso Heus added a comment -

            I can't quite believe I missed the ten year anniversary of this issue and still have the same issue today. Thanks for the suggested work arounds, unfortunately the proposed work arounds still break some other things in the interface (the photo in front of comment box at bottom of the page, the 'all updates' section, etc). 

            Atlassian, PLEASE just fix this already.

            Menso Heus added a comment - I can't quite believe I missed the  ten year anniversary  of this issue and  still have the same issue today . Thanks for the suggested work arounds, unfortunately the proposed work arounds still break some other things in the interface (the photo in front of comment box at bottom of the page, the 'all updates' section, etc).  Atlassian,  PLEASE  just fix this already.

            it-capmarketssysadmin2109047538 added a comment -

            I had an issue with blog posts when doing this so i added the bit below.  Note that I also used a smaller picture size of 99 so you may need to adjust as necessary.

             

             

            /* blog heading space with larger logo*/  
              
            span.blogHeading{  
            padding-left: 35px  
            }  
              
              
            .logo-heading-block{  
            height: 90px  
            }  

            it-capmarketssysadmin2109047538 added a comment - I had an issue with blog posts when doing this so i added the bit below.  Note that I also used a smaller picture size of 99 so you may need to adjust as necessary.     /* blog heading space with larger logo*/       span.blogHeading{   padding-left: 35px   }         .logo-heading-block{   height: 90px   }  

            it-capmarketssysadmin2109047538 added a comment -

            Okay Dokey,  Thanks!!  that was brilliant

            it-capmarketssysadmin2109047538 added a comment - Okay Dokey,  Thanks!!  that was brilliant

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

                Created:
                Updated:
                Resolved: