summaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-08-28 23:54:33 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-08-28 23:54:33 -0600
commite951c44b3a0408a91c94de7790457c92477fe5ce (patch)
tree7e1b1754a63938366e89cf28dc21b82cf07fcf46 /docs/modules/ROOT
parent2620612965cbcd25c1a2c4748466d54d64c0c7e2 (diff)
add hint that page background image can be set per side and per layout
Diffstat (limited to 'docs/modules/ROOT')
-rw-r--r--docs/modules/ROOT/pages/background-images.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/background-images.adoc b/docs/modules/ROOT/pages/background-images.adoc
index 4c368f40..b2284800 100644
--- a/docs/modules/ROOT/pages/background-images.adoc
+++ b/docs/modules/ROOT/pages/background-images.adoc
@@ -19,6 +19,8 @@ The target of the image macro can be a xref:image-paths-and-formats.adoc#imagesd
:page-background-image: image:bg.png[]
----
+You can also assign a page background image <<recto-version,per side>> and/or <<page-layout,per page layout>>.
+
By default, page background images are automatically scaled to fit the bounds of the page (i.e., `fit=contain`) and centered (i.e., `position=center`).
You can set the <<fit,fit>>, sizing, and <<position,position>> attributes on the image macro.
The size of the background image can be controlled using any of the xref:image-scaling.adoc[sizing attributes] on the image macro when `fit=none`.