From 764bc8260c038c796b013a7e99ca04500d331794 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 13 Apr 2022 17:50:05 -0300 Subject: [PATCH] Fix aspect ratio example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f60ad7..f5dca88d 100644 --- a/README.md +++ b/README.md @@ -825,7 +825,7 @@ You can set a static aspect ratio. ```yaml [...] dimensions: - aspect_ratio_mode: dynamic + aspect_ratio_mode: static aspect_ratio: '4:3' ```