From 82319c7430bfcdcdf905e90aba4f43d21864eb2f Mon Sep 17 00:00:00 2001 From: Brant Wynn Date: Fri, 28 Sep 2018 14:59:13 -0500 Subject: [PATCH] Reduce the crop thumbnail size, using it for setting focal point --- .../rewrite/core.entity_form_display.media.image.default.yml | 2 +- .../df_tools_crop/config/rewrite/image.style.crop_thumbnail.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/df/df_tools/df_tools_crop/config/rewrite/core.entity_form_display.media.image.default.yml b/modules/df/df_tools/df_tools_crop/config/rewrite/core.entity_form_display.media.image.default.yml index 0bb456e1b..aa37c60e5 100644 --- a/modules/df/df_tools/df_tools_crop/config/rewrite/core.entity_form_display.media.image.default.yml +++ b/modules/df/df_tools/df_tools_crop/config/rewrite/core.entity_form_display.media.image.default.yml @@ -6,7 +6,7 @@ content: type: image_focal_point weight: 0 settings: - preview_image_style: medium + preview_image_style: crop_thumbnail preview_link: true offsets: '50,50' progress_indicator: throbber diff --git a/modules/df/df_tools/df_tools_crop/config/rewrite/image.style.crop_thumbnail.yml b/modules/df/df_tools/df_tools_crop/config/rewrite/image.style.crop_thumbnail.yml index 9fb69ae58..7938026db 100644 --- a/modules/df/df_tools/df_tools_crop/config/rewrite/image.style.crop_thumbnail.yml +++ b/modules/df/df_tools/df_tools_crop/config/rewrite/image.style.crop_thumbnail.yml @@ -5,6 +5,6 @@ effects: weight: 1 data: width: null - height: 800 + height: 300 upscale: false