{% include '@bolt-components-video-thumbnail/video-thumbnail.twig' with {
  content: image,
  video: {
    title: 'Video Title',
    duration: '4:55'
  }
} only %}| Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
| attributes | A Drupal attributes object. Applies extra HTML attributes to the parent element. | object | — | 
 | 
| content | Content of the video thumbnail. An image pointing to the video poster is recommended. | any | — | 
 | 
| border_radius | Set the border radius of the video thumbnail. | string | none | 
 | 
| aspect_ratio | Set the aspect ratio of the video thumbnail. | string | 16:9 | 
 | 
| chip | Display a chip (or chip-list) that overlays the video thumbnail. Positioned before the video title. Chip or Chip-list component is expected here. | any | — | 
 | 
| button_attributes | A Drupal attributes object. Applies extra HTML attributes to the inner button element. | object | — | 
 | 
| video | Props that pertain to the Brightcove video | object | — | 
 | 
npm install @bolt/components-video-thumbnail