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

orphan files after resize #732

Open
jshster opened this issue Feb 15, 2024 · 0 comments
Open

orphan files after resize #732

jshster opened this issue Feb 15, 2024 · 0 comments

Comments

@jshster
Copy link

jshster commented Feb 15, 2024

So I want to limit the size of the images that a client uploads. I modified the config.php. Only change I made was as follows:

'image_resizing' => true,
'image_resizing_width' => 1000,

When I then try and upload an image it gets resized to 1000 width but it leaves an additional file in the file system. Can anyone explain why? Or how to ensure it gets cleaned up. I assume it's part of the resize process.

https://snipboard.io/P3Yfbs.jpg

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

1 participant