browser-tracker.trackercore.setscreenresolution
Home > @snowplow/browser-tracker > TrackerCore > setScreenResolution
TrackerCore.setScreenResolution() method
Set the screen resolution
Signature:setScreenResolution(width: string, height: string): void;
Parameters
Parameter | Type | Description |
---|---|---|
width | string | screen resolution width |
height | string | screen resolution height |
void