ReactTraining / react-media

CSS media queries for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is height supported?

Jason-Cooke opened this issue · comments

I'm trying to mix @media width and height quries, to get components behaving responsively in all orientations.

Does this module currently support min-height & max-height? If not, are they any plans to add it?

Hi @Jason-Cooke, apologies for the (very) late response. This library is a wrapper around Window.matchMedia(), which supports any media query features you're familiar with from CSS.