Summernote: Set maximum size of image

Created on 5 May 2017  路  3Comments  路  Source: summernote/summernote

How i can set max. size of image uploaded?

image

Most helpful comment

If found the solution:

$(this).summernote({
  maximumImageFileSize: 524288 # 512KB
});

PS: to caluclate the number, you need to multiply 1024. Example:

1024 * 512KB = 524288

All 3 comments

If found the solution:

$(this).summernote({
  maximumImageFileSize: 524288 # 512KB
});

PS: to caluclate the number, you need to multiply 1024. Example:

1024 * 512KB = 524288

It just fails without any warning when an image larger that the specified is uploaded.

It just fails without any warning when an image larger that the specified is uploaded.

Then you better open a new issue thread. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mldxpt picture mldxpt  路  3Comments

all3nT picture all3nT  路  3Comments

giorgioscia picture giorgioscia  路  3Comments

bbyrdhouse picture bbyrdhouse  路  4Comments

sgthangtran picture sgthangtran  路  4Comments