Skip to content

Commit

Permalink
Merge pull request editor-js#73 from calumk/master
Browse files Browse the repository at this point in the history
Added "Video" note
  • Loading branch information
neSpecc authored Jun 4, 2020
2 parents 212cdb2 + b6b11bc commit b2bf8db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ Image Block for the [Editor.js](https://editorjs.io).
- Allows adding a border, and a background
- Allows stretching an image to the container's full-width

**Note** This Tool requires server-side implementation for the file uploading. See [backend response format](#server-format) for more details.
**Notes**

This Tool requires server-side implementation for the file uploading. See [backend response format](#server-format) for more details.

This Tool is also capable of uploading & displaying video files using the <video> element. To enable this, specify video mime-types via the 'types' config param.


## Installation

Expand Down

0 comments on commit b2bf8db

Please sign in to comment.