Hi,
I'm using ECM to store user uploaded large images and I need a xsjs service to get scaled versions of the stored images to show on different client devices to be able to load images faster since it is an heavily image dependent application. I can't store already scaled versions of the images since the dimensions of the images will highly vary depending on the client device. What would be the alternative ways to solve this issue?
Thanks