Quote:
Originally Posted by theducks
AFAIK there is no Rotational controls in EPUB.
A sideways image was stored that way. Use a image tool to rotate 90 (the right way) (Windows Image viewer will rotate images).
|
<div style="transform:rotate(45deg); -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg)"><img alt="" src="../Images/cover.jpg" /></div>
The CSS3 "rotate" property works...at least in QT/Sigil...I haven't checked it on a device. The -webkit one works in QT/Sigil....I left the others there for possible compatibility issues.