Closed (duplicate)
Project:
Drupal core
Version:
9.1.x-dev
Component:
install system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Apr 2020 at 05:30 UTC
Updated:
29 Jul 2020 at 23:06 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
kostyashupenkoComment #3
kostyashupenkoComment #4
kostyashupenkoComment #5
kostyashupenkoComment #7
swatichouhan012 commentedcorrect image-style number in test files.
Comment #9
andypostFix broken test
Comment #10
kristen polAssigning to myself to take a look.
Comment #11
kristen polThanks for the patch.
For reference, the new image style from the patch is added here:
The other image styles in the standard profile are:
The previous image style that was used for the standard profile was:
Other image styles are in these directories:
The new image style is the only "extra_large" image style. Comparing the extra_large image style to the previously-used large image style:
I'm not sure if the weight matters as other image styles have a weight of 0 or 1 or 3.
It's interesting because the existing image styles are all over the map on the widths for "small", "medium", or "large" image styles:
so not sure if calling this one "extra_large" makes sense but it is bigger than the image style with the machine name "large".
Thoughts:
Other than that, the patch seems fine. I haven't tested it yet.
Comment #12
kristen polComment #13
mherchelThe image style is already added to core in #3153009: Create "Wide" image style for standard profile. Note that we shouldn't change the standard profile until Olivero is set to be the default theme in core.
Comment #14
kristen polComment #15
kristen polWhoops. Meant to mark it has duplicate. This issue is older but it was fixed in #3153009: Create "Wide" image style for standard profile.