Loading core/themes/olivero/olivero.theme +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ function olivero_preprocess_field(&$variables) { $variables['attributes']['class'][] = 'text-content'; } if ($variables['field_type'] == 'image' && $variables['element']['#view_mode'] == 'full' && !$variables["element"]["#is_multiple"]) { if ($variables['field_type'] == 'image' && $variables['element']['#view_mode'] == 'full' && !$variables["element"]["#is_multiple"] && $variables['field_name'] !== 'user_picture') { $variables['attributes']['class'][] = 'wide-image'; } } Loading Loading
core/themes/olivero/olivero.theme +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ function olivero_preprocess_field(&$variables) { $variables['attributes']['class'][] = 'text-content'; } if ($variables['field_type'] == 'image' && $variables['element']['#view_mode'] == 'full' && !$variables["element"]["#is_multiple"]) { if ($variables['field_type'] == 'image' && $variables['element']['#view_mode'] == 'full' && !$variables["element"]["#is_multiple"] && $variables['field_name'] !== 'user_picture') { $variables['attributes']['class'][] = 'wide-image'; } } Loading