Skip to content

Commit

Permalink
zoom 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWinberg committed Aug 18, 2024
1 parent f0cbc04 commit 96226b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/QRScanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default Vue.extend({
facingMode: "environment",
aspectRatio: 3 / 4,
frameRate: { ideal: 60, min: 30 },
zoom: 1
zoom: 2
}
});
const { deviceId } = stream.getTracks()[0].getSettings();
Expand Down

0 comments on commit 96226b4

Please sign in to comment.