Gets or sets a message which states that the width or height of selected image is too small.
public function getDimensionsTooSmall() { } public function setDimensionsTooSmall($value) { }
Type: string
The message which states that the width or height of the selected image is too small (i.e. it is less than MinImageWidth or MinImageHeight property). To disable this message, set it to an empty string. It can contain the following placeholder:
Default value is "Dimensions of '{0}' are too small, the file wasn't added. Allowed minimum are {1}x{2} pixels.".
This property is necessary for localization of HTML5/Flash Uploader.