-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Props #11
Comments
mugambi40
added a commit
to mugambi40/react-cloudinary-upload-widget
that referenced
this issue
Mar 11, 2022
Added the following props which are very useful to limit what a user uploads. thumbnails, croppingAspectRatio, croppingShowDimensions, clientAllowedFormats, maxFileSize, maxImageWidth, maxImageHeight, minImageWidth, minImageHeight, maxVideoFileSize, maxRawFileSize
mugambi40
added a commit
to mugambi40/react-cloudinary-upload-widget
that referenced
this issue
Mar 11, 2022
Fix for Missing Props bubbaspaarx#11
Additionally, events hooks for accessing the close or queues-end events. The onSuccess and onFailure only work one upload at a time. |
has |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following props are missing:
-maxFilSize
-maxImageWidth
-maxImageHeight
-minImageWidth
-minImageHeight
-croppingAspectRatio
-croppingShowDimensions
-clientAllowedFormats
The text was updated successfully, but these errors were encountered: