From 91892c79b1250ca67748ac2aa3a5dfb6a13b55fb Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 8 Jun 2021 13:37:40 -0400 Subject: [PATCH] Remove 25x and options. Browsers do not support them. Add 16x which is the max. Fixes #3284 --- web/skins/classic/includes/config.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/skins/classic/includes/config.php b/web/skins/classic/includes/config.php index 663fa7fb6..9bed867ed 100644 --- a/web/skins/classic/includes/config.php +++ b/web/skins/classic/includes/config.php @@ -19,8 +19,7 @@ // $rates = array( - -5000 => '-50x', - -2500 => '-25x', + -1600 => '-16x', -1000 => '-10x', -500 => '-5x', -200 => '-2x', @@ -34,8 +33,7 @@ $rates = array( 200 => '2x', 500 => '5x', 1000 => '10x', - 2500 => '25x', - 5000 => '50x' + 1600 => '16x', // Max that Chrome will support ); $scales = array(