Skip to content

Commit

Permalink
fix: removed controls (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakglobant authored Feb 1, 2024
1 parent 49da6ca commit fb80d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/camera/src/components/Camera/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ function Camera({
>
<Video
autoPlay
playsInline
playsInline={false}
ref={videoRef}
width={getLandscapeScreenDimensions().width}
height={getLandscapeScreenDimensions().height}
controls={false}
style={{ zIndex: -1 }}
controlsList="nofullscreen"
/>
Expand Down

0 comments on commit fb80d02

Please sign in to comment.