Detect users screen resolution

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

ddbell

Detect users screen resolution

Post by ddbell »

Does anyone know of a way to detect the users screen resolution? I'm not referring to the Photoshop screen resolution setting. I'd like to get the actual screen dimensions they are using.

Thanks

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

larsen67

Detect users screen resolution

Post by larsen67 »

Code: Select all$.screens

Should give you an array of screens each of which should have the resolution settings…
ddbell

Detect users screen resolution

Post by ddbell »

Great, thank you.