jquery-file-upload-middleware icon indicating copy to clipboard operation
jquery-file-upload-middleware copied to clipboard

Add option "extension" to "imageVersions" to convert upload

Open naholyr opened this issue 10 years ago • 1 comments

Automatically convert to given extension using following syntax:

imageVersions: {
  thumbnail: {
    width: 80,
    height: 80,
    extension: "png"
  }
}

naholyr avatar Oct 18 '13 07:10 naholyr