You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Did you like the project? Please don't forget to give us a :star: star on :octoc
45
45
-:white_check_mark: File validation: Validate files before uploading.
46
46
-:art: File Image previews: See a thumbnail preview
47
47
-:framed_picture: Full screen image previews: Add more interacion with a full screen preview of images
48
-
-:movie_camera: Full screen video previews. Play the video before uploading. [](http://www.dropzone-ui.com)
48
+
-:movie_camera: Full screen video previews. Play the video before uploading. [](https://github.com/dropzone-ui/react-dropzone/releases/tag/v6.4.0)
49
49
-:eyes: status visualization: validation and upload status is shown on a [Tooltip](https://codesandbox.io/s/dropzone-ui-fileitem-resultontooltip-h6hu7) or on [Info Layer](https://codesandbox.io/s/dropzone-ui-fileitem-resultontooltip-h6hu7).
50
50
-:airplane: File upload: Upload valid files to a server.
51
51
-:performing_arts: Out of the box design and style.
@@ -287,13 +287,13 @@ Dropzone-ui is available in different languages. So far, we only support `Englis
| videoSource |`string`|`undefined`| The video source in `string` format or `File` object. When a File object is given `VideoPreview` component will check if video type is included in the supported formats. (`video/mp4`, `video/ogg`, `video/webm`). Normally used with `FileItem` component when returns this value in `onWatch` handler.|
293
+
| onClose |`Function`|`undefined`| A function that describes the close behaviour |
294
+
| openVideo |`boolean`|`undefined`| Flag that indicates whether to open the video preview or close it |
295
+
| autoplay |`boolean`|`undefined`| Flag that indicates whether to play automatically the video or not. |
296
+
| controls |`boolean`|`undefined`| Flag that indicates whether to display the controls in the video player or not. |
0 commit comments