Thursday, February 13, 2020

Match against a CSS media query from within JavaScript!

if (window.matchMedia("(max-width: 991px)").matches) {

No comments:

Post a Comment