fine-uploader
fine-uploader copied to clipboard
Custom naming for scaled images
At the moment the naming of client-side scaled images is a bit static and unflexible. Having a file named image.png and configuration {name: "small", maxSize: 100} would always result into a scaled image named image_small.png.
It would be nice to have some more flexibility - to specify something like a naming pattern which is then applied on the scaled images.
Thanks for the suggestion. We'll consider this for a future release.