Paulw01 Posted July 1, 2009 Share Posted July 1, 2009 Hi there,Have read through the forum on this, picking up bits here and there..Product images cannot be changed via the preferences, image tab settings??. Small, Medium do not affect the product image size, which at the moment is fixed to 300x300 pixels ? I read somewhere this can be changed in the global css file ? I had a go but could not get the product images to resize?.Is there a step by step guide on how to change the product image size ? At the moment I'm having to scroll down a fair amount as the size of the product image restricts the amount of products viewable on the page.Look forward any advice !ThanksPaul Link to comment Share on other sites More sharing options...
Paulw01 Posted July 6, 2009 Author Share Posted July 6, 2009 anybody out there able to shed some light on this problem...... Link to comment Share on other sites More sharing options...
Star Posted July 6, 2009 Share Posted July 6, 2009 BO/preference/image and change the size Link to comment Share on other sites More sharing options...
Paulw01 Posted July 6, 2009 Author Share Posted July 6, 2009 Hi there,Thanks for your reply but that method works for the small images but does not change the the 300 x 300 pixel product image size?, (I tried all the options)The problem 300x 300 is the same size as the featured products image size. Someone posted on the forum about editing the global.css file. which I tried but did not work.thanks Link to comment Share on other sites More sharing options...
Star Posted July 6, 2009 Share Posted July 6, 2009 Hi there,Thanks for your reply but that method works for the small images but does not change the the 300 x 300 pixel product image size?, (I tried all the options)The problem 300x 300 is the same size as the featured products image size. Someone posted on the forum about editing the global.css file. which I tried but did not work.thanks If this is the case. Modify the page to restrict the size of the image to show up. It will work. Link to comment Share on other sites More sharing options...
Paulw01 Posted July 6, 2009 Author Share Posted July 6, 2009 When you say modify the page is that a different css file ?thanksPaul Link to comment Share on other sites More sharing options...
Star Posted July 6, 2009 Share Posted July 6, 2009 When you say modify the page is that a different css file ?thanksPaul No, the php/tpl pages itself Link to comment Share on other sites More sharing options...
Paulw01 Posted July 6, 2009 Author Share Posted July 6, 2009 ok thanks, I will look for these files, am I looking for references relating to the size of images in the code somewhere?, sorry but I'm a novice and don't know my way around the files in prestashop !Many thanksPaul Link to comment Share on other sites More sharing options...
Star Posted July 6, 2009 Share Posted July 6, 2009 ok thanks, I will look for these files, am I looking for references relating to the size of images in the code somewhere?, sorry but I'm a novice and don't know my way around the files in prestashop !Many thanksPaul Use view source, and look for the codes. I think it should be in product.php in the root. I am not sure as I have not search it myself. Actually in the global.css, it should has the codes for the size.Okay. go to global.css. #primary_block #image-block{ border:#d0d1d5 solid 1px; height:300px;width:300px; margin-left:1em;}Change the width and height to the size that you want. I just test it on my test site, and it works. It will only work for the images forward. If you already have images upload, you have to manually change the images and ftp them to the system. Link to comment Share on other sites More sharing options...
Recommended Posts