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 15, 2024. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: