A
Asked
what are the dimensional size for product image? i need to add an image of each product when i keep on getting size is too large so what are default dimensions?
- MSAnsweredHello,
You can set the image dimension in system settings. The max file size is 1MB and can change by modifying the `allowed_file_size` in the product controller `app/controllers/admin/Products.php`
Thank you - Login to Reply