Change maximum image size

By default, Shopkit restricts image uploads to a maximum dimension of 1000px.

This helps keep disk space manageable, while allowing the site administrator to upload photos directly from their camera.

If you need to override this setting, set the value in site/config/config.php:

c::set('shopkit.upload.maxDimension', 2000);

This will change the maximum dimension to 2000px. The value must be an integer.