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

    Interface VideoSafeZone

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

    Properties

    aspectRatio?: string

    Aspect ratio for safe zone

    htmlClass?: string
    htmlId?: string
    id?: string
    scalePercent?: number

    If used aspectRatio must be provided

    topRightBottomLeftPercent?: number[]

    If provided aspectRatio will be ignored