From f000b4433b40405693a7537a95c1cf08b8bdc54e Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Fri, 10 Oct 2025 02:02:01 +0300 Subject: [PATCH] Update playerConfig.js --- frontend-tools/video-js/src/config/playerConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-tools/video-js/src/config/playerConfig.js b/frontend-tools/video-js/src/config/playerConfig.js index 384bc56c..74f260d8 100644 --- a/frontend-tools/video-js/src/config/playerConfig.js +++ b/frontend-tools/video-js/src/config/playerConfig.js @@ -38,9 +38,9 @@ const PlayerConfig = { height: 3, // Font size in em units - fontSize: 16, + fontSize: 12, - mobileFontSize: 12, + mobileFontSize: 10, }, };