Supported Features
Document | ✗ |
Media | ✔ |
Include | ✗ |
Document Creation Flow | ✗ |
Push Message | ✗ |
Table Dashboard | ✗ |
Display Filter | ✗ |
Search Indexing | ✗ |
System Metadata | ✗ |
Webhook Conditions | ✗ |
Description
Set a poster image for a video.
Default UI
Poster Image selection, has some special UI within Video Media Library EntriesStorage Format
{
originalUrl: <String>,
url: <String>,
mediaId: <String>,
height: <Integer>,
width: <Integer>,
mimeType: <String>,
imageService: <String>,
crops: [
{
name: <String>,
x: <Integer>,
y: <Integer>,
width: <Integer>,
height: <Integer>,
isAutomatic: <Boolean>
}
]
}
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle'
type: 'li-poster-image'
}
// ...
]
}