Skip to content

Commit d98c7fc

Browse files
authored
Merge pull request blueimp#3722 from Neoseeker/imageSmoothingQuality
Image smoothing quality
2 parents 049f669 + f9e1d82 commit d98c7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/jquery.fileupload-image.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
crop: '@',
8282
orientation: '@',
8383
forceResize: '@',
84-
disabled: '@disableImageResize'
84+
disabled: '@disableImageResize',
85+
imageSmoothingQuality: '@imageSmoothingQuality'
8586
},
8687
{
8788
action: 'saveImage',

0 commit comments

Comments
 (0)