CSS Container Queries (Size)

- WD

Size queries in Container Queries provide a way to query the size of a container, and conditionally apply CSS to the content of that container.

Chrome

  1. 4 - 91: Not supported
  2. 92: Disabled by default
  3. 93 - 104: Disabled by default
  4. 105: Partial support
  5. 106 - 129: Supported
  6. 130: Supported
  7. 131 - 133: Supported

Edge

  1. 12 - 104: Not supported
  2. 105: Partial support
  3. 106 - 129: Supported
  4. 130: Supported

Safari

  1. 3.1 - 15.6: Not supported
  2. 16.0 - 18.0: Supported
  3. 18.1: Supported
  4. 18.2 - TP: Supported

Firefox

  1. 2 - 109: Not supported
  2. 110 - 131: Supported
  3. 132: Supported
  4. 133 - 135: Supported

Opera

  1. 9 - 78: Not supported
  2. 79 - 90: Disabled by default
  3. 91 - 93: Partial support
  4. 94 - 113: Supported
  5. 114: Supported

IE

  1. 5.5 - 10: Not supported
  2. 11: Not supported

Chrome for Android

  1. 130: Supported

Safari on iOS

  1. 3.2 - 15.8: Not supported
  2. 16.0 - 18.0: Supported
  3. 18.1: Supported
  4. 18.2: Supported

Samsung Internet

  1. 4 - 19.0: Not supported
  2. 20 - 25: Supported
  3. 26: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Not supported
  2. 80: Supported

UC Browser for Android

  1. 15.5: Not supported

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 130: Supported

Firefox for Android

  1. 130: Supported

QQ Browser

  1. 14.9: Not supported

Baidu Browser

  1. 13.52: Not supported

KaiOS Browser

  1. 2.5: Not supported
  2. 3: Not supported
Resources:
WebKit support bug
Firefox support bug
Collection of demos
Chromium support bug
MDN article
Container Query Polyfill
Container Queries: a Quick Start Guide