Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Forked from marcoscoelho/gist:1101567
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zvineyard/6f2be90d6f7685c8358c to your computer and use it in GitHub Desktop.
Save zvineyard/6f2be90d6f7685c8358c to your computer and use it in GitHub Desktop.
image original dimensions (???x???)
files/large/1
files/thumb/1/auto/auto
files/thumb/1/auto/auto/fill
files/thumb/1/auto/auto/fit
max default dimensions (100x100) with aspect ratio
files/thumb/1
exact default dimensions (100x100) without aspect ratio
files/thumb/1/fill
exact default dimensions (100x100) using crop
files/thumb/1/fit
max square dimensions (150x150) with aspect ratio
files/thumb/1/150
files/thumb/1/150/150
files/thumb/1/150x150
files/thumb/1/150/auto or files/thumb/1/auto/150 (if original dimensions not is square)
exact square dimensions (150x150) without aspect ratio
files/thumb/1/150/fill
files/thumb/1/150/150/fill
files/thumb/1/150x150/fill
exact square dimensions (150x150) using crop
files/thumb/1/150/fit
files/thumb/1/150/150/fit
files/thumb/1/150x150/fit
max width (150) with aspect ratio
files/thumb/1/150/auto
files/thumb/1/150/auto/fit
files/thumb/1/150x
files/thumb/1/150x/fit
files/thumb/1/150x0/fit
max height (150) with aspect ratio
files/thumb/1/auto/150
files/thumb/1/auto/150/fit
files/thumb/1/x150
files/thumb/1/x150/fit
files/thumb/1/0x150/fit
exact width and original height (150x???) without aspect ratio
files/thumb/1/150/auto/fill
files/thumb/1/150x0/fill
files/thumb/1/150x0
exact width original and height (???x150) without aspect ratio
files/thumb/1/auto/150/fill
files/thumb/1/0x150/fill
files/thumb/1/0x150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment