fix: no size reduction for avatars (in client side)
This commit is contained in:
parent
30a271249c
commit
26af62e9c2
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export default {
|
|||
this.$emit('submitted', blob)
|
||||
},
|
||||
'image/jpeg',
|
||||
0.8
|
||||
1
|
||||
)
|
||||
},
|
||||
finish: function () {
|
||||
|
|
Loading…
Reference in a new issue