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
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Ask: I would like to be able to hide scaled versions of uploaded files from showing in the UI from react-fine-uploader.
Details: fine-uploader has a built-in feature to resize images as thumbnails. You give it a list of sizes, and for each entry it will upload a smaller version. When I use that feature, react-fine-uploader UI will display all versions. There exist an option in fine-uploader UI to 'hideScaled', which will prevent the resized version from showing. In the following screenshot I only uploaded a single file, but the UI shows all 3 versions: 1 original (largest size) and 2 scaled (by fine-uploader).
My fine-uploader options are below. I used the react-fine-uploader <Gallery/> component, <CustomGallery/> is just that. Only changes were to make the UI look like a vertical list.
Ask: I would like to be able to hide scaled versions of uploaded files from showing in the UI from react-fine-uploader.
Details: fine-uploader has a built-in feature to resize images as thumbnails. You give it a list of sizes, and for each entry it will upload a smaller version. When I use that feature, react-fine-uploader UI will display all versions. There exist an option in fine-uploader UI to 'hideScaled', which will prevent the resized version from showing. In the following screenshot I only uploaded a single file, but the UI shows all 3 versions: 1 original (largest size) and 2 scaled (by fine-uploader).
My fine-uploader options are below. I used the react-fine-uploader
<Gallery/>
component,<CustomGallery/>
is just that. Only changes were to make the UI look like a vertical list.The text was updated successfully, but these errors were encountered: