brians34 Posted March 12, 2012 Share Posted March 12, 2012 Do I need to resize my images for small, medium, and large or does Prestashop do well at resizing? Link to comment Share on other sites More sharing options...
Irina BelVG Posted March 12, 2012 Share Posted March 12, 2012 brians34, Prestashop creates images of all required size for products, categories, manufacturers, suppliers, etc. You may find the list of all sizes in the database ps_image_type table. To resize images, use the function imageResize ($ sourceFile, $ destFile, $ destWidth = NULL, $ destHeight = NULL, $ fileType = 'jpg'). It uses primarily the GD library in php, so that the latter is a must. Best regards, BelVG Team [email protected] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now