diff --git a/lostplaces/lostplaces/settings.py b/lostplaces/lostplaces/settings.py index 628b038..795ee64 100644 --- a/lostplaces/lostplaces/settings.py +++ b/lostplaces/lostplaces/settings.py @@ -140,8 +140,8 @@ LOGOUT_REDIRECT_URL = 'home' THUMBNAIL_ALIASES = { '': { - 'thumbnail': {'size': (390, 220), 'crop': True}, - 'hero': {'size': (700, 400), 'crop': True}, - 'large': {'size': (1920, 1080), 'crop': True}, + 'thumbnail': {'size': (300, 300), 'crop': False}, + 'hero': {'size': (700, 700), 'crop': False}, + 'large': {'size': (1920, 1920), 'crop': False}, }, -} \ No newline at end of file +}