mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Submitnews: Fix for minimum image-attachment size preference not saving correctly when > 1024x768
This commit is contained in:
@@ -1180,10 +1180,10 @@ class news_admin_ui extends e_admin_ui
|
||||
'640×480' => '640x480',
|
||||
'800×600' => '800x600',
|
||||
'1024×768' => '1024x768',
|
||||
'1600x1200' => '2 MP (1600×1200)',
|
||||
'2272x1704' => '4 MP (2272×1704)',
|
||||
'2816x2112' => '6 MP (2816×2112)',
|
||||
'3264x2448' => '8 MP (3264×2448)',
|
||||
'1600×1200' => '2 MP (1600×1200)',
|
||||
'2272×1704' => '4 MP (2272×1704)',
|
||||
'2816×2112' => '6 MP (2816×2112)',
|
||||
'3264×2448' => '8 MP (3264×2448)',
|
||||
// 10 MP (3648×2736)
|
||||
// 12 MP (4096×3072)
|
||||
|
||||
|
Reference in New Issue
Block a user