summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-06-07 01:00:41 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-06-07 01:00:41 -0600
commitec319fd53017438e1291058ffcaa0bf495c0e9e8 (patch)
tree2b83bb6d1b86a1347c4e04ffd0ab78fdd713af0a /README.adoc
parent5eb9b8ddf521b95d57800f8671de3f0abedc8cd0 (diff)
don't set height of image in README as it distorts the aspect ration when scaled on GitHub
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 70aafa08..2c5b0651 100644
--- a/README.adoc
+++ b/README.adoc
@@ -180,7 +180,7 @@ Asciidoctor creates the output file in the same directory as the input file by d
Open the [.path]_basic-example.pdf_ file with a PDF viewer to see the result.
.Example PDF document rendered in a PDF viewer
-image::docs/modules/ROOT/images/basic-example-pdf-screenshot.png[Screenshot of PDF document,960,540,pdfwidth=100%]
+image::docs/modules/ROOT/images/basic-example-pdf-screenshot.png[Screenshot of PDF document,960,pdfwidth=100%]
For more information about how to use Asciidoctor PDF and PDF-specific AsciiDoc syntax, see the {url-project-docs}/[Asciidoctor PDF documentation].