This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Assess API

responsive_regions

By default, the assessment player's regions are rendered to be responsive to different device screen resolutions. This behavior can be disabled by setting this attribute to false.

Examples

const initializationObject = {
    "config": {
        "regions": "main",
        "configuration": {
            "responsive_regions": false,
        }
    }
};

Values

Request object key responsive_regions

Default: true

Type boolean

Caveats

The region_overrides are applied to the original configuration before any responsive transformations are performed.

Was this article helpful?