@byomakase/omakase-player
    Preparing search index...

    Interface VideoSafeZone

    Video safe zone determines the area of the video that is considered "safe" for displaying important content.

    interface VideoSafeZone {
        htmlClass: string;
        htmlId: string;
        id: string;
        topRightBottomLeftPercent: number[];
    }
    Index

    Properties

    htmlClass: string

    Video safe zone HTML element class for styling.

    htmlId: string

    Video safe zone HTML element id

    id: string

    Video safe zone id. Should be unique for each safe zone.

    topRightBottomLeftPercent: number[]

    Percentages from the top, right, bottom and left of the video that defines the safe area of the video. For example, [10, 20, 30, 40] means the safe area starts at 10% from the top, 20% from the right, 30% from the bottom and 40% from the left of the video.