Ok i see from where come difference.
On left right click -> inspect see
epub and azw3 have same css
Quote:
.calibre3 {
height: auto;
width: 82%;
}
|
mobi have different
Quote:
img[Attributes Style] {
height: 608px;
width: 431px;
}
|
Same for text epub -> mobi is 1:1 on css see font size , font family, margins and etc is same, but epub is other basic and not save original formatting.
cybmole -
Thanks for the info, after a detailed examination, I saw that there is a big difference beetwen mobi and azw3. azw3 save all from epub 1:1. Mobi lost more features from epub and not preserve it.