Skip to content

Commit 5d3fc3f

Browse files
committed
Fix screenshot size
1 parent a9a9c69 commit 5d3fc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and not the parent *element* (a wrapper `<div>`):
4848
In this example we have defined a "Name" text field, which is `required` and has a `minlength` of 3, as well as an optional field of type
4949
`email`. When submitting this form, or when focussing out of a field, the appropriate Bootstrap validation markup will be rendered:
5050

51-
![validated form](./docs/validated-form.png)
51+
<img src="./docs/validated-form.png" alt="validated form" width="446" height="316"/>
5252

5353
Note that the error messages are natively provided by the browser itself, given by the form element's [`validationMessage`](https://developer.mozilla.org/en-US/docs/Web/API/Constraint_validation#validationmessage).
5454

0 commit comments

Comments
 (0)