From 219a8fef4898ab8e4f9b168bc7a2b4a7e178bb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 5 Feb 2020 14:34:01 -0500 Subject: [PATCH] Switch to a small thumbnail for compact (comment) user profile Ref https://gitlab.com/drutopia/drutopia/issues/283 --- .../sync/core.entity_view_display.user.user.compact.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sync/core.entity_view_display.user.user.compact.yml b/config/sync/core.entity_view_display.user.user.compact.yml index a778e08..21bbdde 100644 --- a/config/sync/core.entity_view_display.user.user.compact.yml +++ b/config/sync/core.entity_view_display.user.user.compact.yml @@ -5,9 +5,9 @@ dependencies: config: - core.entity_view_mode.user.compact - field.field.user.user.field_user_picture - - responsive_image.styles.short + - image.style.thumbnail module: - - responsive_image + - image - user id: user.user.compact targetEntityType: user @@ -18,10 +18,10 @@ content: weight: 0 label: hidden settings: - responsive_image_style: short + image_style: thumbnail image_link: content third_party_settings: { } - type: responsive_image + type: image region: content hidden: member_for: true