responsive_image_test_module.breakpoints.yml
Same filename in other branches
- 9 core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml
- 8.9.x core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml
- 10 core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml
File
-
core/
modules/ responsive_image/ tests/ modules/ responsive_image_test_module/ responsive_image_test_module.breakpoints.yml
View source
- responsive_image_test_module.empty:
- label: empty
- mediaQuery: ''
- weight: 0
- multipliers:
- - 1x
- - 1.5x
- - 2x
-
- responsive_image_test_module.mobile:
- label: mobile
- mediaQuery: '(min-width: 0px)'
- weight: 1
- multipliers:
- - 1x
- - 1.5x
- - 2x
- responsive_image_test_module.narrow:
- label: narrow
- mediaQuery: '(min-width: 560px)'
- weight: 2
- multipliers:
- - 1x
- - 1.5x
- - 2x
- responsive_image_test_module.wide:
- label: wide
- mediaQuery: '(min-width: 851px)'
- weight: 3
- multipliers:
- - 1x
- - 1.5x
- - 2x
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.