Video Previews Options
Here is a list of the configuration options:
| Property | Description | Default |
|---|---|---|
| stillsurl | For dynamic configuration setups used in conjunction with the totalstills config set a url to a stills template with an index prefix ie images/filename-[index].jpeg | |
| totalstills | Set the total number of stills to load using the stillsurl template. | |
| previewsurl | Load an external stills config to configure the splash transitions with. | |
| previews | List of still images configured manually. | |
| autoplay | Begin to automatically play through the stills transitions on startup. When false, mouse hover will begin playback. For html configs use autostart instead. |
Clip Configuration
Dynamic Stills Url
{
"totalstills": 8,
"stillsurl": "images/stills/bbb-[index].jpeg"
}
JSON Stills Url
{
"previewsurl": "../data/previews.json"
}
Previews List Config
{
"previews": [
"../images/stills/bbb-1.jpeg",
"../images/stills/bbb-2.jpeg",
"../images/stills/bbb-3.jpeg",
"../images/stills/bbb-4.jpeg",
"../images/stills/bbb-5.jpeg",
"../images/stills/bbb-6.jpeg",
"../images/stills/bbb-7.jpeg",
"../images/stills/bbb-8.jpeg"
]
}