Advertisement
Guest User

Untitled

a guest
Mar 19th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  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. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement