Skip to content

Commit

Permalink
Merge pull request juliang22#1 from enly1/viewer-size
Browse files Browse the repository at this point in the history
Changed viewer height to 100%
  • Loading branch information
enly1 committed Jul 23, 2022
2 parents 010cf24 + 8a26bb7 commit accd0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/VideoContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const VideoContainer = ({ url, setupPlayer, start, setupError }: VideoCon
//toggleplaying={(tmp: number) => setPlaying(!playing)}
controls={true}
width='100%'
height='40%'
height='100%'
onReady={onReady}
onError={(err) => setupError(err ?
err.message :
Expand Down

0 comments on commit accd0b8

Please sign in to comment.