Skip to content

Commit

Permalink
Merge branch 'fer/1865' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Sep 19, 2023
2 parents dccfaba + 5cebe1e commit c936500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/pageComponents/shared/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ const ButtonWrapper = styled.div`
const StyledHLSPlayer = styled(HLSPlayer)`
object-fit: cover;
width: inherit;
:fullscreen {
object-fit: contain;
}
`

const getThumbnailRatio = (aspectRatio: string, height?: number) => {
Expand Down

0 comments on commit c936500

Please sign in to comment.