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
274
274
If set, the height of the image file must be less than or equal to this
275
275
value in pixels.
276
276
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
+
277
293
maxRatio
278
294
~~~~~~~~
279
295
@@ -363,6 +379,22 @@ Minimum height expected is {{ min_height }}px.``
363
379
364
380
The error message if the height of the image is less than `minHeight `_.
365
381
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
+
366
398
maxRatioMessage
367
399
~~~~~~~~~~~~~~~
368
400
You can’t perform that action at this time.
0 commit comments