summaryrefslogtreecommitdiffstats
path: root/documentation/standards.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/standards.md')
-rw-r--r--documentation/standards.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/documentation/standards.md b/documentation/standards.md
index d288376828..81aff5f193 100644
--- a/documentation/standards.md
+++ b/documentation/standards.md
@@ -48,8 +48,14 @@ To include a screenshot in PNG format:
48 .. image:: figures/user-configuration.png 48 .. image:: figures/user-configuration.png
49 :align: center 49 :align: center
50 50
51Depending on the size of the image, you may also shrink it 51A diagram with many details usually needs to use
52to prevent it from filling the whole page width: 52the whole page width to be readable on all media.
53In this case, the `:align:` directive is unnecessary:
54
55 :scale: 100%
56
57Conversely, you may also shrink some images to
58to prevent them from filling the whole page width:
53 59
54 :scale: 50% 60 :scale: 50%
55 61