View Single Post
Old 04-05-2012, 06:25 AM   #3
Kratos
Connoisseur
Kratos began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Mar 2011
Location: UK
Device: Kindle 3, iPhone, iPad, PC
Quote:
Originally Posted by DiapDealer View Post
In short: you can't.
That's not good.

I'm trying to find a way to make the book look better on the iPad 3. I've deconstructed a couple of Kindle books that seem to display their images a bit larger and have had a look at the code for their images.

The image code is listed like this
Code:
<img alt="mountain" src="images/mountaintop.jpg" class="calibre2"/></span></p></blockquote>
And the CSS reference like this:
Code:
.calibre2 {
    height: auto;
    width: auto
    }
I'm not a CSS expert so I'm wondering where auto height and width work.

Should I just export using a fixed image size and make sure the images are 100% or more?

Kindle Format 8. Does relative page layout work with that?
Kratos is offline   Reply With Quote