Skip to content

Commit

Permalink
INJIVER-334 Adjust video styling to fit its container while scanning
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva <[email protected]>
  • Loading branch information
shiva-beehyv committed Jun 28, 2024
1 parent dbaad0e commit c1fa0b6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ function QrScanner() {
display: "grid",
placeItems: "center",
borderRadius: "12px"
},
video: {
objectFit: "cover",
objectPosition: "center"
}
}}
/>
Expand Down

0 comments on commit c1fa0b6

Please sign in to comment.