We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd83809 + b0a5f54 commit 4ed4f32Copy full SHA for 4ed4f32
1 file changed
src/app/shared/media-player/media-player.component.html
@@ -6,7 +6,7 @@
6
</div>
7
<div #videoContainerRef>
8
<div id="video-content-wrapper h-100 w-100" *ngIf="(isVideoPlayerInitialized$ | async) && (isVideo$ | async)">
9
- <video class="video-js vjs-big-play-centered" id="video_player" controls playsinline
+ <video class="video-js vjs-big-play-centered vjs-16-9 vjs-fill" id="video_player" controls playsinline
10
preload="none"></video>
11
12
<div id="audio-content-wrapper h-100 w-100" *ngIf="(isAudioPlayerInitialized$ | async) && !(isVideo$ | async)">
0 commit comments