Skip to content

Commit ee621ea

Browse files
atarix83FrancescoMolinaro
authored andcommitted
[GLAM-713] Use fluid mode to keep aspect ratio
1 parent 183d118 commit ee621ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/shared/media-player/services/browser-videojs.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ export class BrowserVideojsService implements VideojsService {
4444
autoplay: false,
4545
loop: false,
4646
responsive: true,
47-
width: 600,
48-
height: 480,
47+
fluid: true,
4948
};
5049

5150
/**

0 commit comments

Comments
 (0)