Remove 25x and options. Browsers do not support them. Add 16x which is the max. Fixes #3284
This commit is contained in:
parent
97d077d623
commit
91892c79b1
|
@ -19,8 +19,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
$rates = array(
|
$rates = array(
|
||||||
-5000 => '-50x',
|
-1600 => '-16x',
|
||||||
-2500 => '-25x',
|
|
||||||
-1000 => '-10x',
|
-1000 => '-10x',
|
||||||
-500 => '-5x',
|
-500 => '-5x',
|
||||||
-200 => '-2x',
|
-200 => '-2x',
|
||||||
|
@ -34,8 +33,7 @@ $rates = array(
|
||||||
200 => '2x',
|
200 => '2x',
|
||||||
500 => '5x',
|
500 => '5x',
|
||||||
1000 => '10x',
|
1000 => '10x',
|
||||||
2500 => '25x',
|
1600 => '16x', // Max that Chrome will support
|
||||||
5000 => '50x'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$scales = array(
|
$scales = array(
|
||||||
|
|
Loading…
Reference in New Issue