View Single Post
Old 06-03-2018, 09:15 AM   #5
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,830
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by slowsmile View Post
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.
RbnJrg is online now   Reply With Quote