Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Danial Farid authored and Danial Farid committed Mar 11, 2016
2 parents c92319d + da50eb1 commit 07cd7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ At least one of the `ngf-select` or `ngf-drop` are mandatory for the plugin to l

ngf-resize="{width: 100, height: 100, quality: .8, type: 'image/jpeg',
ratio: '1:2', centerCrop: true, pattern='.jpg', restoreExif: false}"
or resizeOptions() // a function returning a promise which resolves into the options.
// resizes the image to the given width/height or ratio. Quality is optional between 0.1 and 1.0),
// type is optional convert it to the given image type format.
// centerCrop true will center crop the image if it does not fit within the given width/height or ratio.
Expand Down

0 comments on commit 07cd7a6

Please sign in to comment.