Interface FloatingOptions

Floating placement options

interface FloatingOptions {
    alwaysVisible?: boolean;
    position: FloatingPositionOptions;
    reduceMobileSize?: boolean;
    scale?: number;
}

Properties

alwaysVisible?: boolean

Keep the player visible even when ads aren't playing.

Floating player position, defaults to right

reduceMobileSize?: boolean

Reduce the size of the floating player on mobile devices. Overwrites scale if set.

scale?: number

Scale the player. Initial size is 300x169 and is multiplied by scale.