responsive_image_test_module.breakpoints.yml

Same filename in other branches
  1. 8.9.x core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml
  2. 10 core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml
  3. 11.x core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml
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
  1. responsive_image_test_module.empty:
  2. label: empty
  3. mediaQuery: ''
  4. weight: 0
  5. multipliers:
  6. - 1x
  7. - 1.5x
  8. - 2x
  9. responsive_image_test_module.mobile:
  10. label: mobile
  11. mediaQuery: '(min-width: 0px)'
  12. weight: 1
  13. multipliers:
  14. - 1x
  15. - 1.5x
  16. - 2x
  17. responsive_image_test_module.narrow:
  18. label: narrow
  19. mediaQuery: '(min-width: 560px)'
  20. weight: 2
  21. multipliers:
  22. - 1x
  23. - 1.5x
  24. - 2x
  25. responsive_image_test_module.wide:
  26. label: wide
  27. mediaQuery: '(min-width: 851px)'
  28. weight: 3
  29. multipliers:
  30. - 1x
  31. - 1.5x
  32. - 2x

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.