I’m developing an app for confluence with ‘contentBylineItems’.
I had a title for my content byline item and I’d like to add an icon as well. I have added the icon in the atlassian-connect.json file and it got added to my byline item but when I set the size it affects nothing and if I manually decrease the size of icon it blurs.
this is how I set the size in the atlassian-connect.json file:
"icon": {
"width": 16,
"height": 16,
"url": "/icon.png"
}
I tried to set “16px” but it fails, also tried to use .ico file instead of .png but got the same results.
any idea how to solve it?
Thanks!