I am creating Standard Operating Procedures using confluence pages that have reference images. After getting the entire document formatted the way I want it to be formatted, I searched for the article using the Jira service desk, as that is how clients will be finding the articles.
When I select the article to view it through the service desk, the images have ruined the article formatting due to the cramped space of Atlassian's service desk portal. I would like to hide the images from showing up through the service desk if that is possible, but I can't figure out how this would work. My only other option is to remove the images from the confluence pages entirely.
Any help would be greatly appreciated.
Hi Jonathon,
Unfortunately there is no default way to do this... however you could create a user macro to wrap your image content which will take care of it.
## @noparams
#if ($req.getRequestURI().contains("/plugins/servlet/remotepageview"))
## do nothing here
#else
$body
#end
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.