geekyprint Posted March 23, 2017 Share Posted March 23, 2017 (edited) Hi there i have added an upload section to my prestashop, once I upload an image it becomes really small the thumbnail Is there anyway i can make this bigger so the customer can see the image they have uploaded happy to tip you if you can help me on this, please see the attached images. The 1st image is my website, as you can see the uploaded image is really small, the 2nd image is another website with the upload feature, here you can see a large image preview. Can you let me know how to change the size of this? Edited March 23, 2017 by razaro (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted March 23, 2017 Share Posted March 23, 2017 Try this: In your theme open product.tpl file and edit this part of code. <div class="customizationUploadBrowse"> <img src="{$pic_dir}{$pictures.$key}_small" alt="" /> By deleting _small part, it will display origianl uploaded image. And if needed add some css styles. Link to comment Share on other sites More sharing options...
geekyprint Posted March 24, 2017 Author Share Posted March 24, 2017 Can this be done in prestashop cloud? Link to comment Share on other sites More sharing options...
razaro Posted March 24, 2017 Share Posted March 24, 2017 Yes it should be. Think you do have access to those files with FTP in Cloud. Link to comment Share on other sites More sharing options...
geekyprint Posted March 26, 2017 Author Share Posted March 26, 2017 HOW do i do this? can you please tell me? 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