View Single Post
Old 11-19-2010, 01:33 PM   #1
Starko
Zealot
Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.Starko ought to be getting tired of karma fortunes by now.
 
Posts: 123
Karma: 998177
Join Date: Aug 2010
Device: Kindle 3
HTML->MOBI->Kalibre 3 Images look weird

I created a simple html:
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Test Image</title>
    <meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type"/>
  </head>
<body>
test test test<br>
<img src="test.gif"><br>
test test test<br>
<img src="test.gif" width="100" height="10"><br>
test test test<br>
</body>
</html>
The image is 461x56 pixels.


Then i imported it in Calibre and convereted it to Mobi.

In Calibre viewer the mobi file becomes a two page affair. First page is the first image stretched to the width of the viewer window. The second image is properly resized to 100x10 pixels

When i transferred it to Kindle 3 it's one page but BOTH images are resized to the width of the screen:


Also both images are "zoomable". That is when you navigae through the page with 5way images get selected, a border is displayed and a zoom (+) is shown.



When clicked the images are displayed in landcape mode stretched to fit-to-width...


Any one knows what i can do to make a mobi book from my handwritten html working properly - with images acting properly?

Last edited by Starko; 11-19-2010 at 01:41 PM.
Starko is offline   Reply With Quote