Skip to content

Commit

Permalink
ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWinberg committed Aug 18, 2024
1 parent 28e78dc commit e8d4441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/QRScanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export default Vue.extend({
audio: false,
video: {
facingMode: "environment",
width: 320,
height: 240,
aspectRatio: 0.75,
width: 240,
height: 320,
aspectRatio: 3 / 4,
frameRate: { ideal: 60, min: 30 },
zoom: 1
}
Expand Down

0 comments on commit e8d4441

Please sign in to comment.