Skip to content

Commit c198a70

Browse files
Fix canvas layout
1 parent 83ecaff commit c198a70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

image-capture/grab-frame-take-photo.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
}
2525

26-
video, canvas {
26+
video, canvas {
27+
object-fit: contain;
2728
border: 2px solid rgba(255, 255, 255, 1);
2829
background: #263238;
2930
height: 198px;

0 commit comments

Comments
 (0)