diff --git a/image-capture/grab-frame-take-photo.css b/image-capture/grab-frame-take-photo.css index 803650967c..907930e556 100644 --- a/image-capture/grab-frame-take-photo.css +++ b/image-capture/grab-frame-take-photo.css @@ -24,6 +24,7 @@ } video, canvas { + object-fit: contain; border: 2px solid rgba(255, 255, 255, 1); background: #263238; height: 198px;