Skip to content

Commit

Permalink
Fix canvas layout
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Nov 26, 2022
1 parent 83ecaff commit 03c4155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image-capture/grab-frame-take-photo.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}

video, canvas {
object-fit: contain;
border: 2px solid rgba(255, 255, 255, 1);
background: #263238;
height: 198px;
Expand Down

0 comments on commit 03c4155

Please sign in to comment.