Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to remove script for responsive media queries? Reply To: How to remove script for responsive media queries?

#264029
bclovis
Participant

If I need to match a media query in css, I usually do a window.matchMedia check:

https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia