From 009ab01abaf1a99a38874b89de2dfc622ac165ea Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Wed, 29 Nov 2023 07:06:01 -0600 Subject: [PATCH] fix default value in docs --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index c022d57c2..86f5174ae 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -408,7 +408,7 @@ snapshots: # Optional: print a timestamp on the snapshots (default: shown below) timestamp: False # Optional: draw bounding box on the snapshots (default: shown below) - bounding_box: False + bounding_box: True # Optional: crop the snapshot (default: shown below) crop: False # Optional: height to resize the snapshot to (default: original size)