#54 Scaling image up while cropping
This commit is contained in:
		@@ -5,7 +5,7 @@ from django.conf import settings
 | 
			
		||||
 | 
			
		||||
settings.THUMBNAIL_ALIASES = {
 | 
			
		||||
    '': {
 | 
			
		||||
        'thumbnail': {'size': (300, 200), 'sharpen': True, 'crop': True},
 | 
			
		||||
        'thumbnail': {'size': (300, 200), 'sharpen': True, 'crop': True, 'upscale': True},
 | 
			
		||||
        'hero': {'size': (700, 466), 'sharpen': True, 'crop': True},
 | 
			
		||||
        'large': {'size': (1920, 1920), 'sharpen': True, 'crop': False},
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user