Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchimeow committed Oct 16, 2024
2 parents d339f93 + d7af114 commit 875d068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const VideoPlayer: React.VFC<VideoJsPlayerProps> = props => {
autoplay: props.autoPlay,
responsive: true,
fluid: true,
aspectRatio: '16:9',
plugins: {
hlsQualitySelector: {
displayCurrentQuality: true,
Expand Down

0 comments on commit 875d068

Please sign in to comment.