Interface FloatingOptions

Floating placement options

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

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.