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