-
Notifications
You must be signed in to change notification settings - Fork 47
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
Suffix in file name #181
Comments
Thanks for opening an issue. |
If for example a customer downloads an image with the .jpeg-lg ending, most of the tools won't recognize it as an image. The original file ending gets lost. |
+1 In my opinion, I think that the current implementation is useful for a "file extension suffix" but does not serve the purpose of a "file name" suffix. |
@jeffminsungkim I will try |
Feel free to tell me if you need any help 😃 |
is this when using randomFIleName option? |
It happens with and without |
Any update on this? The suffix should definitely be attached to the file name and not the extension as to not cause issues with anything that would read an image/image extension (such as js galleries, etc). |
I added a pull request to fix this #515 |
Hi, is it possible to add the suffix to the file name and not the extension?
Current naming (resized lg):
58757eba-c286-46f0-b3c5-3c27473d7c2c.jpeg**-lg**
Expected naming behavior:
58757eba-c286-46f0-b3c5-3c27473d7c2c**-lg**.jpeg
The text was updated successfully, but these errors were encountered: