This repository was archived by the owner on Apr 8, 2026. It is now read-only.
Commit f9e1d82
committed
allow configuration of imageSmoothingQuality. default is "low", other options are "medium" and "high".
Usage:
$('#fileupload').fileupload({
disableImageResize: /Android(?!.*Chrome)|Opera/
.test(window.navigator && navigator.userAgent),
imageSmoothingQuality: 'medium',
}1 parent 429a0bf commit f9e1d82
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments