4
1
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:
Phillip 2023-02-09 18:50:22 +02:00
parent 3d9f730285
commit c24b045cbf

View File

@ -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