The ‘Set Image’ uses a built-in WordPress function to upload images into the WP Media Library, so this functionality falls within the domain of WordPress core.
I can tell you that there are plugins that can help address your issue – see:
https://ww.wp.xz.cn/plugins/resize-image-after-upload/
Thanks Simon – yes I’m using Shortpixel so can reduce the maximum image size. It creates 4 different size – original (compressed), Large, Medium, Thumbnail. Coding in PHP I can declare the size in the function. Is this not possible in your Slider?
As an example – it is possible to select image size in Revolution Slider.
Hi I did a bit of digging into the “wp.media” JavaScript media upload function and couldn’t find a solution:
https://codex.ww.wp.xz.cn/Javascript_Reference/wp.media
No too much info out there on this function, so if anyone could provide me useful information on how to enable image-size selection within this modal, I would appreciate it.
Thanks. I would have thought all that is needed is an optional selector (radio or dropdown) and fetch appropriate file via PHP string (or defaults to full size). WP creates image sizes automatically and uses default fiile names. Maybe I’m not fully understanding the complexity.