View Single Post
Old 04-02-2020, 03:23 PM   #2
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,194
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by RICHARD_PARIS View Post
Hello,

I have converted my docx file to Epub and run the Epub check.

All seems to be fine and looks good with one problem.

My Author page has a 3"h x2.75"w 150 ppi photo with 8 lines of 12pt single spaced copy below - Style Normal.

The Calibre viewer shows the page as it should be.

However, when I view it on Kindle Previewer3 the Photo takes up more than half the page and the copy breaks after the first paragraph and is moved to the next page.

I have checked the Word doc and all the paragraph breaks look ok and nothing else seems to be wrong.

Suggestions please?
Make your photo smaller remember the kindle is only 6".

In your css you can use:

Quote:
.imageauthor {
height: auto;
max-height: 50%;
max-width: 50%;
width: auto;
}
Edit:

just measured my nook which is 6" the screen is 3 5/8" wide by 4 7/8" height.


bernie

Last edited by gbm; 04-02-2020 at 03:27 PM.
gbm is offline   Reply With Quote