atto - rotate image?

atto - rotate image?

Nosūtīja Garth Brady
Atbilžu skaits: 1

Greetings,

We have a number of staff who teac graphic-design courses and are finding that images viewed as portrait style in Windows, when uploaded to Moodle, appear in landscape format.  I've done some digging and have found that GoogleDrive (and other online applications) orients the image as it is in Windows, but Moodle does not.  Looks like this issue is a known bug (MDL-45910) that hasn't been touched in nearly 3 years.

I realize that TinyMCE has significantly more powerful image tools, but we'd like to stay with ATTO since it appears this is the direction Moodle wants to go.

Is there a known way around this?  

Vidējais novērtējums:Useful (1)
Atbildot uz Garth Brady

Re: atto - rotate image?

Nosūtīja John Provasnik
Particularly helpful Moodlers attēls Testers attēls

Some inline css is the only way to do this as far as I know. 


in HTML mode find your image

ex:  [img src="https://...image.png" ]

add this style inside the image tag: 

style="transform: rotate(90deg);"