From 1144ac0e125e9554a8f5411a4f58949bb653ce16 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 13 Nov 2025 00:08:36 +0300 Subject: [PATCH] revert: Revert changes to video player, it was causing issue with side scrolling due to video width and height. let it auto scale --- ui/app/components/VideoPlayer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/components/VideoPlayer.vue b/ui/app/components/VideoPlayer.vue index 9b893e5b..7b7a704b 100644 --- a/ui/app/components/VideoPlayer.vue +++ b/ui/app/components/VideoPlayer.vue @@ -84,8 +84,8 @@