You are here

background_image.breakpoints.yml in Background Image 2.0.x

File

background_image.breakpoints.yml
View source
  1. background_image.sm:
  2. label: Small
  3. mediaQuery: 'all and (min-width: 768px)'
  4. weight: 1
  5. multipliers:
  6. - 1x
  7. - 2x
  8. background_image.md:
  9. label: Medium
  10. mediaQuery: 'all and (min-width: 992px)'
  11. weight: 2
  12. multipliers:
  13. - 1x
  14. - 2x
  15. background_image.lg:
  16. label: Large
  17. mediaQuery: 'all and (min-width: 1200px)'
  18. weight: 3
  19. multipliers:
  20. - 1x
  21. - 2x
  22. background_image.xl:
  23. label: Extra Large
  24. mediaQuery: 'all and (min-width: 1400px)'
  25. weight: 4
  26. multipliers:
  27. - 1x
  28. - 2x