drupal_yp_install_profile/config/install/responsive_image.styles.full_width.yml
2021-04-19 11:48:34 -06:00

39 lines
1.0 KiB
YAML

langcode: en
status: true
dependencies:
config:
- image.style.responsive_1040
- image.style.responsive_1280
- image.style.responsive_1440
- image.style.responsive_1550
- image.style.responsive_2080
- image.style.responsive_320
- image.style.responsive_480
- image.style.responsive_520
- image.style.responsive_640
- image.style.responsive_768
- image.style.responsive_960
id: full_width
label: 'Full width'
image_style_mappings:
-
breakpoint_id: responsive_image.viewport_sizing
multiplier: 1x
image_mapping_type: sizes
image_mapping:
sizes: '(min-width:1024px) 1024px, 100vw'
sizes_image_styles:
- responsive_1040
- responsive_1280
- responsive_1440
- responsive_1550
- responsive_2080
- responsive_320
- responsive_480
- responsive_520
- responsive_640
- responsive_768
- responsive_960
breakpoint_group: responsive_image
fallback_image_style: responsive_1040