Overview 
        Stylistic video. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.
Install via NPM
npm install @bolt/video
Usage 
        {% include "@bolt/video.twig" with {
  videoId: "5609376179001",
  accountId: "1900410236",
  playerId: "r1CAdLzTW",
  showMeta: true,
  showMetaTitle: false
} only %}
  Schema 
      Note: when assigning component props as HTML attributes on a web component, make sure to use kebab-case.
| Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
|  | A Drupal-style attributes object with extra attributes to append to this component. | object | — | 
 | 
|  | Brightcove ID for this video. | stringornumber | — | 
 | 
|  | Brightcover Player ID. | string | — | 
 | 
|  | ID of the Brightcove account that owns the video. | stringornumber | — | 
 | 
|  | A unique identifying string, randomly generated if not provided. | string | — | 
 | 
|  | A custom title to use in the share overlay | string | Share This Video | 
 | 
|  | Maintain video ratio. | boolean | — | 
 | 
|  | Should the video be collapsed on load. | boolean | — | 
 | 
|  | Should the video show meta data. | boolean | true | 
 | 
|  | Should the video show meta title. | boolean | true | 
 | 
|  | Should the video controls be available. | boolean | true | 
 | 
|  | Should the video auto-play on load. | boolean | false | 
 | 
|  | Should the video loop. | boolean | false | 
 | 
|  | Set to true if the video is a background. | boolean | false | 
 | 
|  | The  | string | — | 
 | 
|  | Space-separated list of built-in  | string | — | 
 | 
|  | Space-separated list of any built-in  | string | — | 
 |