1. THUMBNAIL_ALIASES = {
  2. '': {
  3. 'small': {'size': (75, 75), 'crop': True},
  4. 'regular': {'crop': "scale" , 'size': (500, 0) },
  5. 'galleryThum': {'crop': True , 'size': (120, 120) },
  6. },