Fix responsive Camera Settings
This commit is contained in:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user