From a88e09d4c3cff223206550c8b19aa3eec764b6d9 Mon Sep 17 00:00:00 2001 From: Omer Date: Fri, 6 Dec 2019 00:41:29 +0200 Subject: [PATCH] Revert "fixed roated camera too heigh for the UI" This reverts commit 50c8ecd34560ac0171b8d7497bec2e2d1d93d43f. --- chameleon-client/src/views/Camera.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chameleon-client/src/views/Camera.vue b/chameleon-client/src/views/Camera.vue index 2050efaa5..747370a66 100644 --- a/chameleon-client/src/views/Camera.vue +++ b/chameleon-client/src/views/Camera.vue @@ -336,9 +336,8 @@ } .videoClass img { - max-height: 70vh !important; - max-width: 80%; - width:auto; + height: auto !important; + width: 70%; vertical-align: middle; }