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 was archived by the owner on Aug 16, 2025. It is now read-only.
Question; do you know of a way to compress images when they are uploaded via the media library?
I've noticed that admins don't take into account the filesizes of the uploaded images, causing the server space to fill up rapidly. If I'm not mistaken, there's supposed to be an event handler that is triggered after every upload.
Do you think we could extend the image compress plugin to take into account the media library?
Hi Alexander,
Question; do you know of a way to compress images when they are uploaded via the media library?
I've noticed that admins don't take into account the filesizes of the uploaded images, causing the server space to fill up rapidly. If I'm not mistaken, there's supposed to be an event handler that is triggered after every upload.
Do you think we could extend the image compress plugin to take into account the media library?
Thanks for your answer.