Jump to content

How do I change the fixed size of product images (the 300x300 pixel image) ? is there a simple way to modify it ?


Recommended Posts

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 !

Thanks

Paul

Link to comment
Share on other sites

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

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

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 thanks

Paul

Link to comment
Share on other sites

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 thanks

Paul


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

×
×
  • Create New...