Can we choose a smaller size for the picture?

Erid February 29, 2016

This question is in reference to Atlassian Documentation: Profile Picture Macro

I want to be able to show smaller profile picture, is it possible with this macro?

1 answer

2 votes
rchiasr March 2, 2016

I think confluence yet to have the feature to adjust the size of the profile picture.
As for now, all we can do is to vote for the suggestion that are posted in Atlassian Page and hope Atlassian developer will add on the feature smile Below are the link
https://jira.atlassian.com/browse/CONF-9375 


As for now, there's a workaround that i can think of, is by using HTML macro.
If you're using this method, you would need to manually update the page if there's a changes in the profile picture.

  1. Go to the Page and insert HTML Macro
  2. Enter the code below in the HTML macro

    <img src="<Your-Profile-Picture-Link>" alt="Profile Picture" style="width:256px;height:auto;">

    Note : 
    Change the <Your-Profile-Picture-Link> into the profile picture you want to show (Step 3).
    Modify the width pixel in  style="width:256px;height:auto;" into the width/size that you want.

  3. To Get the Profile Picture Link

    1. Open a new Browser Tab

    2. Go to the profile page that you want the profile picture to be view
    3. Right click the profile picture and Select "Copy image address" (Chrome)/"Copy Image Location" (FIrefox)
    4. Replace the <Your-Profile-Picture-Link> in the HTML Macro with the link that you copied.
  4. Save the page

Hopefully it helps smile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events