Skip to content

Commit

Permalink
changed video max width
Browse files Browse the repository at this point in the history
  • Loading branch information
BANANAPEEL202 committed Feb 11, 2024
1 parent 1b6283e commit 0f56a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const AppPage = () => {
))}
</Accordion>
</Paper>
<video width='100%' ref={videoRef} controls>
<video width='100%' style={{ maxWidth:720 }} ref={videoRef} controls>
<source src={state.video} type={OUTPUT_MIME}></source>
</video>
</Group>
Expand Down

0 comments on commit 0f56a2f

Please sign in to comment.