Skip to content

Commit

Permalink
Fill the whole Uppy screen with webcam preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Feb 2, 2018
1 parent a4874bc commit 992a9ac
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/scss/_webcam.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
}

.uppy-Webcam-videoContainer {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
// display: flex;
// justify-content: center;
// align-items: center;
}

.uppy-Dashboard--wide .uppy-Webcam-videoContainer {
height: initial;
}

.uppy-Webcam-video {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 992a9ac

Please sign in to comment.