Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / standard / config / optional / core.entity_view_display.media.video.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.media.video.field_media_video_file
6     - media.type.video
7   module:
8     - file
9 id: media.video.default
10 targetEntityType: media
11 bundle: video
12 mode: default
13 content:
14   field_media_video_file:
15     type: file_video
16     weight: 0
17     label: visually_hidden
18     settings:
19       muted: false
20       width: 640
21       height: 480
22       controls: true
23       autoplay: false
24       loop: false
25       multiple_file_display_type: tags
26     third_party_settings: {  }
27     region: content
28 hidden:
29   created: true
30   name: true
31   thumbnail: true
32   uid: true