Assess API Initialization
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
Attribute path responsive_regions
Default true
Type boolean
Caveats
The region_overrides
are applied to the original configuration before any responsive transformations are performed.