diff options
Diffstat (limited to 'documentation/standards.md')
-rw-r--r-- | documentation/standards.md | 10 |
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 | ||
51 | Depending on the size of the image, you may also shrink it | 51 | A diagram with many details usually needs to use |
52 | to prevent it from filling the whole page width: | 52 | the whole page width to be readable on all media. |
53 | In this case, the `:align:` directive is unnecessary: | ||
54 | |||
55 | :scale: 100% | ||
56 | |||
57 | Conversely, you may also shrink some images to | ||
58 | to prevent them from filling the whole page width: | ||
53 | 59 | ||
54 | :scale: 50% | 60 | :scale: 50% |
55 | 61 | ||