From 1751789fb96f01b4dd6041f4d1ed5f5ec475fbde Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Fri, 31 May 2024 13:32:35 +0300 Subject: [PATCH] Rename 'Max width 480px' to 'Max 480px' Etc. (config.php) Because the image can be in either a landscape or a portrait, which means you need to control both the width and height --- web/skins/classic/includes/config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/skins/classic/includes/config.php b/web/skins/classic/includes/config.php index 492abb6a7..09824a86d 100644 --- a/web/skins/classic/includes/config.php +++ b/web/skins/classic/includes/config.php @@ -56,12 +56,12 @@ $scales = array( # '25' => '1/4x', # '12.5' => '1/8x', 'fit_to_width' => translate('Fit to width'), - '480px' => translate('Max width 480px'), - '640px' => translate('Max width 640px'), - '800px' => translate('Max width 800px'), - '1024px' => translate('Max width 1024px'), - '1280px' => translate('Max width 1280px'), - '1600px' => translate('Max width 1600px'), + '480px' => translate('Max 480px'), + '640px' => translate('Max 640px'), + '800px' => translate('Max 800px'), + '1024px' => translate('Max 1024px'), + '1280px' => translate('Max 1280px'), + '1600px' => translate('Max 1600px'), ); $streamQuality = array(