fixed rotated camera too heigh for UI and corrected scalling

This commit is contained in:
Omer
2019-12-06 00:54:04 +02:00
parent a88e09d4c3
commit 9db06f690b

View File

@@ -336,8 +336,10 @@
}
.videoClass img {
height: auto !important;
max-height: 70vh;
max-width:70%;
width: 70%;
object-fit: cover;
vertical-align: middle;
}