Quote:
Originally Posted by slowsmile
The way I normally format full page ebook images in an epub is by using inline styling that uses percentage values within the <img> tag in the html:
Example:
<p class="center"><img alt="image001" src="../Images/YOUR_IMAGE.jpg" style="width: 100%; height: auto;"/></p>
The above code will ensure that the displayed image is at maximum page width and height in Sigil.
|
But of that way can have text below (or above) the image. Suppose a picture with a width of 600px with a height of 100px. With a screen of 800x600 always will have text before or after the image an the OP doesn't want any text in the image page.