Search code examples
jquerymobilemedia-queries

Get native screen resolution using jQuery


I'd like to get the native screen width on a device to append scripts in the DOM. Is it possible using jQuery ?

Thanks


Solution

  • window.screen.width? Source: https://developer.mozilla.org/en-US/docs/DOM/window.screen