fixed roated camera too heigh for the UI

This commit is contained in:
Omer
2019-12-06 00:21:05 +02:00
parent 32d9a7e3fd
commit 50c8ecd345

View File

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