Skip to content

Commit

Permalink
Merge pull request #102 from shiva-beehyv/injiver-334-scan-view-rende…
Browse files Browse the repository at this point in the history
…ring-firefox

INJIVER-334 Adjust video styling to fit its container while scanning
  • Loading branch information
challabeehyv authored Jun 28, 2024
2 parents dbaad0e + c1fa0b6 commit c673d32
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 c673d32

Please sign in to comment.