diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-09-24 23:50:11 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-09-25 02:50:26 -0600 |
| commit | 8238a488ba69d7abcc85c4397210fac1176eefa6 (patch) | |
| tree | a3dffd2b5433d38a11507adc715b600d8ba8de15 /docs/modules | |
| parent | f6dffc8cf236437db2bda07979cee5260a01c9e3 (diff) | |
rewrite intro on background images page
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/ROOT/pages/background-images.adoc | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/modules/ROOT/pages/background-images.adoc b/docs/modules/ROOT/pages/background-images.adoc index 39bfd9f7..69a8d378 100644 --- a/docs/modules/ROOT/pages/background-images.adoc +++ b/docs/modules/ROOT/pages/background-images.adoc @@ -1,10 +1,14 @@ = Background Images -:description: A background image can be applied to all pages, recto or verso pages, and the title page using the corresponding page-background-image document attribute. +:description: A background image can be applied to all pages, recto or verso pages, and the title page using designated document attributes. -You can add background images to every page in your document with the `page-background-image` document attribute. -A background image can also be assigned to recto or verso pages using `page-background-image-recto` and `page-background-image-verso`, respectively. -A background image for the title page can also be specified using the `title-page-background-image` attribute. -Alternatively, you can define xref:theme:images.adoc[background images in your theme]. +You can add a background image to all content pages in your document by setting the `page-background-image` document attribute. +You can also set the background images for recto and verso pages separately using the `page-background-image-recto` and `page-background-image-verso` document attributes. +You can set (or override) the background image applied to the title page using the `title-page-background-image` document attribute. + +This page explains how these attributes are used. +All the document attributes covered on this page must be defined in the document header. + +As an alternative to using document attributes, you can define these background images xref:theme:images.adoc[in your theme]. [#page-background-image] == page-background-image attribute |
