Revert "fixed roated camera too heigh for the UI"

This reverts commit 50c8ecd345.
This commit is contained in:
Omer
2019-12-06 00:41:29 +02:00
parent 50c8ecd345
commit a88e09d4c3

View File

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