asciidoctor-epub3 icon indicating copy to clipboard operation
asciidoctor-epub3 copied to clipboard

Front cover image is not set for epub

Open rshiva opened this issue 1 year ago • 4 comments

Hi, I am trying to set an image as the front cover instead of the title. Below is the code

= Title of the book Author Name v1.0 :doctype: book :chapter-label: :chapter-number: :epub-chapter-level: 2 :description: This guide describes the Asciidoctor attributes, values, and layout options available for producing a customized and polished document. :imagesdir: app/assets/images :notitle: :front-cover-image: image:generated.jpg[Book Title,1050,1600] :toc:

I generate epub using the below command

asciidoctor-epub3 -D output -a ebook-format=epub3 -a data-uri -a allow-uri-read book.adoc --verbose

After generating I'm sending the epub through email. I can see only the "Title of the book" on the cover,it looks something like this

IMG_5620

Am I Doing anything wrong? This issues is similar to #403 .

rshiva avatar Aug 22 '22 17:08 rshiva

@slonopotamus any help is appreciated. :)

rshiva avatar Aug 25 '22 21:08 rshiva

The issue tracker is not a support channel. If you need help regarding the usage of an Asciidoctor project, please direct your question to the project chat at https://chat.asciidoctor.org. See https://docs.asciidoctor.org/about/support/ to learn about the support policy of the Asciidoctor project.

mojavelinux avatar Aug 26 '22 00:08 mojavelinux

@mojavelinux Sorry!!. Thanks for directing me to the chat and support link. I have only raised an issue because I found a similar #403. I thought it might be a bug.

rshiva avatar Aug 26 '22 00:08 rshiva

No worries. I'm not saying that it isn't a bug...but if you are looking for help on how to move forward one way or another, then the chat is the right place. Issues will be looked at when the maintainer has time, and that might not be on a time schedule that aligns with your needs. That's why we have the chat. You can find help among a group of 500+ who hang out there.

mojavelinux avatar Aug 26 '22 00:08 mojavelinux