Skip to content

Commit 4ed4f32

Browse files
alisaismailatiFrancescoMolinaro
authored andcommitted
Merged in task/ux-plus-2023_02_x/UXP-169 (pull request #15)
[UXP-169] fix aspect ratio of the video Approved-by: Francesco Molinaro
2 parents fd83809 + b0a5f54 commit 4ed4f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/media-player/media-player.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77
<div #videoContainerRef>
88
<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
9+
<video class="video-js vjs-big-play-centered vjs-16-9 vjs-fill" id="video_player" controls playsinline
1010
preload="none"></video>
1111
</div>
1212
<div id="audio-content-wrapper h-100 w-100" *ngIf="(isAudioPlayerInitialized$ | async) && !(isVideo$ | async)">

0 commit comments

Comments
 (0)