The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

any option to change the rotation of an picture ?

florent hiebel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 21, 2016

This question is in reference to Atlassian Documentation: Displaying Images

is there any option to change the rotation of an picture ?

 

Capture.PNG

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Milo Test
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 21, 2016

There doesn't seem to be a simple way, though it wouldn't be difficult to rotate on your device first, then attach to the page.

On the other hand, you can rotate a div macro.

  1. Add a div macro and put an image in the body of the div macro
  2. Add this to the Styles field of the div macro:

    width: 333px; height: 333px; -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg)

The problem is that it will rotate based on the center of the div, which stretches across the entire viewable area so you have to resize the div to match the image. In this case, when I edit the image, it says it's 333px, so that's the size I made the div. Then I applied the rotation to the div.

So really not a great solution, but it works in a pinch.

TAGS
AUG Leaders

Atlassian Community Events