You are here

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

Overrides IConfig::getMaxImageResizeHeight

File

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

Class

ServletConfig

Namespace

EdSDK\FileUploaderServer\servlet

Code

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