THEOplayer Web SDK
    Preparing search index...

    Interface ThumbnailResolution

    Represents the resolution of an Uplynk thumbnail.

    interface ThumbnailResolution {
        bh: number;
        bw: number;
        height?: number;
        prefix: string;
        width?: number;
    }
    Index

    Properties

    bh: number

    The requested height, in pixels.


    - This can differ from the actual width because images are not stretched.

    bw: number

    The requested width, in pixels.


    - This can differ from the actual width because images are not stretched.

    height?: number

    The height of the thumbnail, in pixels.

    prefix: string

    The prefix of the thumbnail.

    width?: number

    The width of the thumbnail, in pixels.