
: Re: How to avoid image distortion when convert my .epub to .mobi I have Indesing book for printing. I optimized all styles for epub conversion. I exported my book to epub from Indesing. I unzip
Here is the css I use for my kindle images:
div.image-container {
width: 95%;
margin-left: auto;
margin-right: auto;
}
div.image-container img {
width: 100%;
display: inline;
}
The goal I wanted here was to have an image cover 95% of the screen, with the image in the center. You could change the 95% to 25% if that is what you want. I do not think the height property has any function in your code.
The idea behind responsive web design (and responsive ebook design) is that the images will adapt to the different screen sizes. You can use css media queries to change the css for your images and div depending on screen size. (I describe it here: kdp.amazon.com/community/thread.jspa?messageID=1005910 )
Kindle definitely supports the css width property and min-width on KF8 devices and apps. But it does NOT support the max-width property. Hope this helps.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Julie

: .OTF vs. .TTF for embedding fonts in epub/kindle reading systems: which is better? I am testing some of the Google free fonts for embedding in epub files (following directions from this article):

: What are serif and sans serif fonts on different ebook reading systems? In epub and kindle css, you can specify a fallback font by specifying p {font-family: "Georgia", serif} h1 {font-family: