I'm working on various functionality looking at simplifying image uploading alongside other work.
One thing I've pondered is whether an image resizing trigger can be constructed that either determines an image orientation (e.g. portrait or landscape) or the aspect ratio (e.g. 4:3) and then acts as desired.
Has anyone ever tried to do something along these lines where they've managed something purely in Matrix? Or a JavaScript solution?