Browse Source

fix array on cache image size

causefx 7 years ago
parent
commit
9feb4c6717
1 changed files with 6 additions and 2 deletions
  1. 6 2
      api/functions/homepage-functions.php

+ 6 - 2
api/functions/homepage-functions.php

@@ -635,14 +635,18 @@ function getHomepageList()
 						'options' => array(
 							array(
 								'name' => 'Low',
+								'value' => '.5'
+							),
+							array(
+								'name' => '1x',
 								'value' => '1'
 							),
 							array(
-								'name' => 'Mid',
+								'name' => '2x',
 								'value' => '2'
 							),
 							array(
-								'name' => 'High',
+								'name' => '3x',
 								'value' => '3'
 							)
 						)