Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / standard / config / optional / responsive_image.styles.wide.yml
1 uuid: 5cffd3ef-5656-4446-b200-b771d8076568
2 status: true
3 dependencies:
4   config:
5     - image.style.max_2600x2600
6     - image.style.max_1300x1300
7     - image.style.max_650x650
8     - image.style.max_325x325
9 langcode: en
10 id: wide
11 label: Wide
12 image_style_mappings:
13   -
14     breakpoint_id: responsive_image.viewport_sizing
15     multiplier: 1x
16     image_mapping_type: sizes
17     image_mapping:
18       sizes: '(min-width: 1290px) 1290px, 100vw'
19       sizes_image_styles:
20         - max_2600x2600
21         - max_1300x1300
22         - max_650x650
23         - max_325x325
24 breakpoint_group: responsive_image
25 fallback_image_style: max_325x325