Skip to content

Max image size for image upload

To set maximal image size (bytes) for image uploads inside File Manager.

It accepts bytes only.

ts
const TOPOL_OPTIONS = {
  imageMaxSize: 2097152, //2MB
};