I am trying to add a cover image to an ASCIIDoc file (to be able to convert it to EPUB3) using this syntax
: front-cover-image: image: cover.png[width=1050, height=1600]
In the master file as mentioned in their page over here but it doesn't seem to override the default asciidoc cover page. The image cover.png lies in an images folder that exists inside the same folder as the AsciiDoc master file. Could anyone please let me know how else to resolve this, and add my own cover image?