View Single Post
Old 05-10-2021, 06:31 AM   #13
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by marp68 View Post
Yes, there is both mostly text and a few images.

This is the book: https://www.amazon.com/Journey-Recov...0556491&sr=8-1
As it is just a series of images being displayed in separate files, and the images are all the same size, I would change to stylesheet to:

Code:
.calibre {
  display: block;
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.calibre1 {
  display: block;
  text-align: center;
  text-indent: 0;
}
.calibre2 {
  width: 100%;
}
That will centre each page image on the screen and size them to use the full width of the screen. It might be better to use "width: 100%", but that will probably depend on the exact aspect ratio of the images and screen involved. And I would remove the page_styles.css file as that is just reducing the view port available for the images.
davidfor is offline   Reply With Quote