|
|
#1 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 84,440
Karma: 153744815
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Just when you thought Vellum could not get any worse, it has.
I'm editing an eBook in Vellum. If anyone has saved searches to help make editing Vellum eBooks easier, they won't work. This is the code beween <body> and the first paragraph. As you see, there are two images. Both the same but different sizes. The smaller one doesn't need to exist. They both display. Also, because the filenames are stupidly long, it's not easy to see which filename on the left list of graphics is the one I want.
Code:
<title>Dungeon Crawler Carl</title> <link rel="stylesheet" type="text/css" href="css/style.css"/> </head> <body> <div epub:type="chapter" id="chapter-40" role="doc-chapter"> <div class="heading"> <div> <div> <div> </div> <div> <h1>40</h1> </div> <div> <div class="heading-image-size-container"> <img alt="" src="images/image-120123345_767092307215824_3993520950425523863_n-sRGB-264-70.jpg"/><img alt="" height="120" src="images/image-120123345_767092307215824_3993520950425523863_n-sRGB-120-70.jpg" width="120"/> </div> </div> </div> </div> </div> <div id="chapter-40-text"> |
|
|
|
|
|
#2 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 53,627
Karma: 181843001
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
For what it may be worth, Jon, those dual images are very common in Vellum generated ePubs. One is for .azw3. The other (generally much smaller one) is for .mobi ebooks with the image size defined in pixels. The original code which you seem to have stripped.
For instance this is a very common item in a .azw3 file converted to ePub (please note the data-AmznRemoved="mobi7" and data-AmznRemoved-M8="true" items): Code:
<div class="publisher-block">
<div class="title-page-publisher-logo-block title-page-publisher-logo-aspect-wide">
<div class="title-page-publisher-logo-size-container publisher-logo-width-1000-pad-65-1000">
<a class="link-contains-image" href="http://www.whoknows.com"><img src="../Images/image01888.jpeg" alt="WhoKnows Publishing" class="title-page-publisher-logo-image high-res" data-AmznRemoved="mobi7"/>
<img height="75" alt="WhoKnows Publishing" class="title-page-publisher-logo-image low-res" src="../Images/image01887.jpeg" width="172" data-AmznRemoved-M8="true"/></a>
</div>
</div>
</div>
Also note that KindleUnpack leaves those items present whereas a calibre .azw3 to ePub conversion removes them. And for your query elsewhere... Really? Have you never bulk renamed files in either Sigil or calibre's ebook-editor. Last edited by DNSB; 08-07-2026 at 10:05 PM. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vellum 3.0 to be released November 29 | Dr. Drib | Writers' Corner | 0 | 11-08-2021 07:59 PM |
| Newbie help, vellum to kindle | DarleneBocek | Conversion | 1 | 12-23-2020 11:03 AM |
| Anyone using Vellum to make ebooks? | Dr. Drib | Writers' Corner | 6 | 04-02-2018 03:02 PM |
| My eyes are worse than I thought! | sdmama | Sony Reader | 7 | 04-04-2009 09:13 AM |
| Well, for better or for worse... | AlisaMc | Introduce Yourself | 6 | 09-09-2008 02:54 PM |