Hello,
I normally use the Polish feature in calibre to update the cover image in the ebook. This has worked rather well in the past.
Today when I used "Polish" "update the cover in book file" the cover image doesn't appear correctly in Adobe Digital Editions 4.5.8.
Here is the code from the Calibre "Edit Book" for the cover image prior to using "Polish."
Code:
<body epub:type="frontmatter">
<div class="cover" id="cover">
<img alt="image" src="../images/9780062941473_Cover.jpg"/>
</div>
</body>
This is the code after using "Polish" update cover image.
Code:
<body>
<div>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%"
viewBox="0 0 1350 2040" preserveAspectRatio="none">
<image width="1350" height="2040" xlink:href="../images/cover.jpg"/>
</svg>
</div>
</body>
I've attached a screenshot of what this cover looks like in Adobe Digital Editions. The cover looked fine in "Edit Book" and in the Calibre "Viewer" so I'm not sure what went wrong with Digital Editions.
I'd appreciate any and all help in solving this mystery.
Best Regards,
Amalthia