Can media queries resize based on a div element instead of the screen?

前端 未结 11 1931
[愿得一人]
[愿得一人] 2020-11-22 04:17

I would like to use media queries to resize elements based on the size of a div element they are in. I cannot use the screen size as the div is jus

11条回答
  •  Happy的楠姐
    2020-11-22 04:52

    I've just created a javascript shim to achieve this goal. Take a look if you want, it's a proof-of-concept, but take care: it's a early version and still needs some work.

    https://github.com/marcj/css-element-queries

提交回复
热议问题