We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec73ef commit d9941f8Copy full SHA for d9941f8
test/form.html
@@ -171,10 +171,9 @@
171
data-validation-help="Images only"
172
data-validation-allowing="jpg, png, ico"
173
data-validation-dimension="100-800"
174
- data-validation-ratio="8:10-12:10"
175
data-validation-max-size="400kb"
176
data-validation-error-msg-size="The file cant be larger than 400kb"
177
- data-validation-error-msg-ratio="The image dimensions has to be from 8:10-12:10"
+ data-validation-error-msg-dimension="The image cant be smaller than 100x100 pixels and not larger than 800x800 pixels"
178
data-validation-error-msg="You must upload an image file (jpg,png or ico, max 400 kb)"
179
/>
180
</div>
0 commit comments