Fix responsive Camera Settings

This commit is contained in:
Gregoire Parant 2021-04-22 11:47:59 +02:00
parent 3df32de83b
commit 3697ddabfa
3 changed files with 11 additions and 9 deletions

View file

@ -1,4 +1,5 @@
@media only screen and (max-width: 700px) {
@media screen and (max-width: 700px),
screen and (max-height: 700px){
video#myCamVideo {
width: 150px;
}