Skip to content
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

Open
mugambi40 opened this issue Feb 28, 2022 · 2 comments
Open

Missing Props #11

mugambi40 opened this issue Feb 28, 2022 · 2 comments

Comments

@mugambi40
Copy link

The following props are missing:
-maxFilSize
-maxImageWidth
-maxImageHeight
-minImageWidth
-minImageHeight
-croppingAspectRatio
-croppingShowDimensions
-clientAllowedFormats

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
@irasanchez
Copy link

Additionally, events hooks for accessing the close or queues-end events. The onSuccess and onFailure only work one upload at a time.

@ikejs
Copy link

ikejs commented Oct 24, 2022

has croppingAspectRatio been added yet? not working for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants