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

ghost picture ghost  路  3Comments

philleepflorence picture philleepflorence  路  3Comments

johandanforth picture johandanforth  路  3Comments

semplon picture semplon  路  3Comments

JavaTMP picture JavaTMP  路  3Comments