Skip to content

Commit 65d78cb

Browse files
committed
Use <img> tag
1 parent 8fe09b2 commit 65d78cb

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
@@ -88,7 +88,7 @@ Webhooks can either send a GET request, or a POST request with a JSON body conta
8888

8989
Some events can have filters applied to them, which prevent webhooks from being executed under certain conditions.
9090

91-
![Screenshot of the Event Filters setting](./images/event-filters.png)
91+
<img src="./images/event-filters.png" width="414" height="381" alt="Screenshot of the Event Filters setting">
9292

9393
Only element class events and certain `craft\services\Elements` events have any filters out of the box, but modules and plugins can register additional filters using the `craft\webhooks\Plugin::EVENT_REGISTER_FILTER_TYPES` event.
9494

0 commit comments

Comments
 (0)