mirror of
https://github.com/KevinMidboe/leifs-image-processor.git
synced 2025-10-29 09:40:19 +00:00
Removed the fifth "original" option. Changed lg dimension size instead
This commit is contained in:
@@ -14,8 +14,7 @@ OUTPUT_SIZES = [
|
||||
{ 'dimensions': (250, 250), 'name': 'thumb', 'crop': True },
|
||||
{ 'dimensions': (650, 650), 'name': 'sm', 'crop': False },
|
||||
{ 'dimensions': (1200, 1200), 'name': 'md', 'crop': False },
|
||||
{ 'dimensions': (1800, 1800), 'name': 'lg', 'crop': False },
|
||||
{ 'dimensions': (3000, 3000), 'name': '', 'crop': False }]
|
||||
{ 'dimensions': (2500, 2500), 'name': 'lg', 'crop': False }]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user