How To Limit Product Image Size

When creating a product, how do I limit the size of the product image?

Uploading an image too large causes crashes and makes the product unviewable. The category which houses the image causes crashes.



Is there a way to solve this without limiting the size?

I am afraid, there is no such a feature in CS-Cart. Additional custom development work is required

Hello!



We have the ready addon for your Solution.



if you still have a Requirement. Please check your PM.



Thanks,

Aditya

Hello!

We have the ready addon for your Solution.

if you still have a Requirement. Please check your PM.

Thanks,
Aditya

Hi,

Is this addon also for limit quantity images and max size of images? We are planning to use multivendor. But we want to set an max of images and image size for uploading.

Regards,
Dennis

You can try the standard PHP function ini_set('upload_max_filesize', '2M'), which limits the uploading files to 2M (in this case).

Please clarify - do you want to set an max of images uploaded per product, or pre vendor?