Remove 25x and options. Browsers do not support them. Add 16x which is the max. Fixes #3284

This commit is contained in:
Isaac Connor 2021-06-08 13:37:40 -04:00
parent 97d077d623
commit 91892c79b1
1 changed files with 2 additions and 4 deletions

View File

@ -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(