Skip to content

Commit

Permalink
Try to get higher resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbe-j committed Nov 12, 2023
1 parent e3412f2 commit f756013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dance-app/src/sections/recording.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const RecordingPage = ({

const constraints: { aspectRatio: number; height: number; width: number } = {
aspectRatio: 3,
height: 720,
width: 1280,
height: 1080,
width: 1920,
};
const {
applyConstraints,
Expand Down

0 comments on commit f756013

Please sign in to comment.