Answered
Screen resolution
I work with different screen resolutions
I would like this if possible
if the screen resolution and 1920px or higher does one thing
If the resolution is less than 1920 px, it does something else.
I work with different screen resolutions
I would like this if possible
if the screen resolution and 1920px or higher does one thing
If the resolution is less than 1920 px, it does something else.
if ($.screens[0].right == 1920)
alert(1920)
else
alert()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.