Webcam support to use it as a photomaton ( photobooth ) #2

Merged
n07070 merged 11 commits from webcam into master 2022-05-10 00:03:46 +02:00
Showing only changes of commit 27e8518be3 - Show all commits

View File

@ -1,11 +1,7 @@
body { /* body {
margin-left: 20%; margin-left: 20%;
margin-right: 20%; margin-right: 20%;
} } */
button {
margin-top: 3em;
}
/*// Small devices (landscape phones, 576px and up)*/ /*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { @media (min-width: 576px) {
@ -14,8 +10,8 @@ button {
/*// Medium devices (tablets, 768px and up)*/ /*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { @media (min-width: 768px) {
margin-left: 0%; margin-left: 0;
margin-right: 0%; margin-right: 0;
} }
/*// Large devices (desktops, 992px and up)*/ /*// Large devices (desktops, 992px and up)*/