mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-14 11:15:50 +00:00
increase maxWidth image
This commit is contained in:
parent
3d9f730285
commit
c24b045cbf
@ -2697,7 +2697,7 @@ class ChatPage extends LitElement {
|
||||
await new Promise(resolve => {
|
||||
new Compressor( image, {
|
||||
quality: .6,
|
||||
maxWidth: 500,
|
||||
maxWidth: 1200,
|
||||
success(result){
|
||||
const file = new File([result], "name", {
|
||||
type: image.type
|
||||
|
Loading…
x
Reference in New Issue
Block a user