From aaff2f486f043c6e96fcb6e9a167ea35504e3f21 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 20 Jul 2020 19:09:58 -0600 Subject: [PATCH] set default for auto-fix-orientation to `true` Signed-off-by: Andy Miller --- system/blueprints/config/system.yaml | 2 +- system/config/system.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 41b04b962..16838b106 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -1125,7 +1125,7 @@ form: type: toggle label: PLUGIN_ADMIN.IMAGES_AUTO_FIX_ORIENTATION help: PLUGIN_ADMIN.IMAGES_AUTO_FIX_ORIENTATION_HELP - highlight: 0 + highlight: 1 options: 1: PLUGIN_ADMIN.YES 0: PLUGIN_ADMIN.NO diff --git a/system/config/system.yaml b/system/config/system.yaml index 2f081cfb7..60d43569f 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -148,7 +148,7 @@ images: cache_all: false # Cache all image by default cache_perms: '0755' # MUST BE IN QUOTES!! Default cache folder perms. Usually '0755' or '0775' debug: false # Show an overlay over images indicating the pixel depth of the image when working with retina for example - auto_fix_orientation: false # Automatically fix the image orientation based on the Exif data + auto_fix_orientation: true # Automatically fix the image orientation based on the Exif data seofriendly: false # SEO-friendly processed image names defaults: loading: auto # Let browser pick [auto|lazy|eager]