File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,22 @@ maxHeight
274274If set, the height of the image file must be less than or equal to this
275275value in pixels.
276276
277+ minPixels
278+ ~~~~~~~~~
279+
280+ **type **: ``integer ``
281+
282+ If set, the amount of pixels of the image file must be greater than or equal to this
283+ value.
284+
285+ maxPixels
286+ ~~~~~~~~~
287+
288+ **type **: ``integer ``
289+
290+ If set, the amount of pixels of the image file must be less than or equal to this
291+ value.
292+
277293maxRatio
278294~~~~~~~~
279295
@@ -363,6 +379,22 @@ Minimum height expected is {{ min_height }}px.``
363379
364380The error message if the height of the image is less than `minHeight `_.
365381
382+ maxPixelsMessage
383+ ~~~~~~~~~~~~~~~~
384+
385+ **type **: ``string `` **default **: ``The image has to many pixels ({{ pixels }} pixels).
386+ Maximum amount expected is {{ max_pixels }} pixels. ``
387+
388+ The error message if the amount of pixels of the image exceeds `maxPixels `_.
389+
390+ minPixelsMessage
391+ ~~~~~~~~~~~~~~~~
392+
393+ **type **: ``string `` **default **: ``The image has to few pixels ({{ pixels }} pixels).
394+ Minimum amount expected is {{ min_pixels }} pixels. ``
395+
396+ The error message if the amount of pixels of the image is less than `minPixels `_.
397+
366398maxRatioMessage
367399~~~~~~~~~~~~~~~
368400
You can’t perform that action at this time.
0 commit comments