View Single Post
Old 05-01-2015, 08:18 AM   #5
borisov87
Junior Member
borisov87 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2015
Device: Kindle Glare
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.
borisov87 is offline   Reply With Quote