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 - 122: Supported
  6. 123: Supported
  7. 124 - 126: Supported

Edge

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

Safari

  1. 3.1 - 15.6: Not supported
  2. 16.0 - 17.3: Supported
  3. 17.4: Supported
  4. TP: Supported

Firefox

  1. 2 - 109: Not supported
  2. 110 - 123: Supported
  3. 124: Supported
  4. 125 - 127: Supported

Opera

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

IE

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

Chrome for Android

  1. 122: Supported

Safari on iOS

  1. 3.2 - 15.8: Not supported
  2. 16.0 - 17.3: Supported
  3. 17.4: Supported

Samsung Internet

  1. 4 - 19.0: Not supported
  2. 20 - 22: Supported
  3. 23: 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. 122: Supported

Firefox for Android

  1. 123: 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