Update upload.js

This commit is contained in:
Fatih Alp 2020-12-28 19:53:45 +03:00 committed by GitHub
parent 1512f61c10
commit 8884e1be03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ $(function () {
autoProcessQueue: true,
parallelUploads: 1,
resizeMethod: 'contain',
resizeQuality: 0.8,
resizeQuality: 0.9,
url: REQUEST_ROOT_PATH + '/streams/media-field_type/handle',
headers: {
'X-CSRF-TOKEN': CSRF_TOKEN
@ -151,4 +151,4 @@ function updateQueryStringParameter(uri, key, value) {
} else {
return uri + separator + key + "=" + value;
}
}
}