Home > widget-integration > RESOLUTION_BREAKPOINT

RESOLUTION_BREAKPOINT variable

Responsive breakpoints for mobile and tablet detection.

Maximum pixel widths for device type classification.

Signature:

RESOLUTION_BREAKPOINT: {
	MOBILE_MAX: number;
	TABLET_MAX: number;
}