Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.37 KB

media-query-observer

🖥👀 Working with media queries in JS

Example

new MediaQueryObserver({ 
  mediaQuery: '(max-width: 1024px)',
  onMatch: () => console.log(true),
  onUnmatch: () => console.log(false),
})

Browsers support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edge 15+ 6+ 36+ 8+ 23+