Interface FloatingOptions

Floating placement options

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

Properties

Floating player position, defaults to right

reduceMobileSize?: boolean

reduce the size of the floating player on mobile devices.