Skip to content

Commit

Permalink
Merge branch 'feature/input' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Angeles committed Oct 17, 2023
2 parents 89eb6f8 + ef621c1 commit b80fd6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Input/InputImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ const InputImage = (props: InputImageProps) =>{
ref={webcamRef}
height={'100%'}
width={'100%'}
videoConstraints={{
facingMode: 'environment'
}}
/>
<Row
style={{justifyContent: 'center'}}
Expand Down

0 comments on commit b80fd6e

Please sign in to comment.