You are here

public function ServletConfig::getMaxImageResizeWidth in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

Overrides IConfig::getMaxImageResizeWidth

File

vendor/edsdk/file-uploader-server-php/src/servlet/ServletConfig.php, line 105

Class

ServletConfig

Namespace

EdSDK\FileUploaderServer\servlet

Code

public function getMaxImageResizeWidth() {
  return $this
    ->getParameterInt("maxImageResizeWidth", 5000);
}