Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface JournalEntryPageVideoData

    interface JournalEntryPageVideoData {
        autoplay: boolean;
        controls: boolean;
        height: number;
        loop: boolean;
        timestamp: number;
        volume: number;
        width: number;
    }
    Index

    Properties

    autoplay: boolean

    Should the video play automatically?

    controls: boolean

    Show player controls for this video?

    height: number

    The height of the video, otherwise it will use the aspect ratio of the source video, or 16:9 if that aspect ratio is not available.

    loop: boolean

    Automatically loop the video?

    timestamp: number

    The starting point of the video, in seconds.

    volume: number

    The volume level of any audio that the video file contains.

    width: number

    The width of the video, otherwise it will fill the available container width.