Quote:
Originally Posted by Turtle91
If your entire book is the same format of a single image per page, then the CSS becomes really easy:
div {margin:0 auto; text-align:center}
img {height:800px; width:800px; max-height:99%; max-width:99%}
And your HTML becomes:
<body>
<div><img alt="" src="../Images/xxxx.jpg" /></div>
</body>
...
[edit] On second thought, there is no need to define the width or height, it will automatically display at the full size unless limited by the max tags.
|
Thank you very much.
In ADE your css works fine. I will try in ibook and google play too. Hopefully the epub will now work on all devices.
[edit] I have been trying to solve this problem for some time and there is so much conflicting information out there it has been impossible for me to pin down the solution. I can't thank you enough.