fix: no size reduction for avatars (in client side)

This commit is contained in:
Matthieu Bessat 2020-08-10 18:06:36 +02:00
parent 30a271249c
commit 26af62e9c2

View file

@ -139,7 +139,7 @@ export default {
this.$emit('submitted', blob) this.$emit('submitted', blob)
}, },
'image/jpeg', 'image/jpeg',
0.8 1
) )
}, },
finish: function () { finish: function () {