Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

any option to change the rotation of an picture ?

florent hiebel 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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events