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

前端 未结 11 1924
[愿得一人]
[愿得一人] 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条回答
  •  执念已碎
    2020-11-22 04:42

    A Media Query inside of an iframe can function as an element query. I've successfully implement this. The idea came from a recent post about Responsive Ads by Zurb. No Javascript!

提交回复
热议问题