ok. i've found a way to set the images in the right size.
but now i've a new problem.
when i convert the epub in kepub with sigil (adding the properties="cover-image" to the opf) and renaming with the .kepub.epub, i get a blank page right after the cover in what should be the "first chapter".
in the epub version this blank page there isn't (even after the properties add).
i'm thinking that there is some code generated from the word->filtered html->calibre that the kobo reader reads as blank.
just to be clear. the first page of the book is an image followed by other images
if someone know if there is something i can do to "delete" this blank page that appears in the kepub i'll be eternally grateful
here the code of the first split
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="Microsoft Word 12 (filtered)" name="Generator" />
<title>Sconosciuto</title>
<link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="../Styles/page_styles.css" rel="stylesheet" type="text/css" />
</head>
<body class="calibre" link="blue" vlink="purple">
<div class="WordSection">
<p class="MsoNormal"><img alt="001-002.jpeg" class="calibre1" id="Immagine 0" src="../Images/image001.jpg" /></p>
<p class="MsoNormal"><img alt="003-004.jpeg" class="calibre1" id="Immagine 1" src="../Images/image002.jpg" /></p>
<div class="calibre2" id="calibre_pb_0"></div>
</div>
</body>
</html>