Match device width

PHOTO EMBED

Fri Feb 10 2023 17:01:19 GMT+0000 (Coordinated Universal Time)

Saved by @markporo #sitewide #regex

window.matchMedia('(min-width: 1100px)').matches 
content_copyCOPY

We can use things like window.matchMedia in the audience to try and get more specific if we want to limit the test to only screen widths to something like 1100px. window.matchMedia('(min-width: 1100px)').matches Need to dig into this as it was a response from Gayle for the Nurx513