Login  Register

PDF title page backgorund-image alignment

Posted by ascju on Mar 05, 2020; 4:12pm
URL: https://discuss.asciidoctor.org/PDF-title-page-backgorund-image-alignment-tp7726.html

Hi all,

I have built a custom style to use for PDF rendering of my documentation.
The title page has two images ... one at the top and one in the center of the title.

title_page:
  align: left
  logo:
    align: front
    image: image:../images/templates/title.png[pdfwidth=65%]
    top: 55%
  background_image: image:../images/templates/title_top.png[pdfwidth=15%]

After reinstalling my laptop (I guess new version of asciidoctor-pdf), the top image (used backround-image for this) is placed also in the center of the title page.

Any idea how to get it back to the top?

Thanks!
Chris