From 8f53efc790f7d30a1e50b0d483f5970be9a8eb56 Mon Sep 17 00:00:00 2001 From: bach Date: Sat, 28 Aug 2021 00:59:39 +0200 Subject: [PATCH] imgae style very large to 1280*720 --- config/sync/image.style.very_large.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/image.style.very_large.yml b/config/sync/image.style.very_large.yml index 11b318c6..87f84a83 100644 --- a/config/sync/image.style.very_large.yml +++ b/config/sync/image.style.very_large.yml @@ -10,6 +10,6 @@ effects: id: image_scale weight: 1 data: - width: 800 - height: 600 + width: 1280 + height: 720 upscale: true