View Single Post
Old 06-29-2015, 12:57 PM   #6
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,201
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by Siavahda View Post
I don't know what I'm looking for? The css looks like this

<p class="centerImage"><img src="../images/00002.jpeg" alt="image" class="epubimage"/></p>

and the image size is 4.6 KB; height 110px, width 118px.
That is your html, your css will be in the *.css file, the one you are looking for will be .epubimage and .centerImage.

This is an example of an image css
Code:
.calibre2 {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
Post the css for .epubimage and .centerImage.
bernie
gbm is offline   Reply With Quote