Photo Sphere Viewer
    Preparing search index...

    Type Alias VideoPluginConfig

    type VideoPluginConfig = {
        bigbutton?: boolean;
        keypoints?: VideoKeypoint[];
        progressbar?: boolean;
    }
    Index

    Properties

    bigbutton?: boolean

    displays a big "play" button in the center of the viewer

    true
    
    keypoints?: VideoKeypoint[]

    defines autorotate timed keypoints

    progressbar?: boolean

    displays a progressbar on top of the navbar

    true