Jump to content

[SOLVED] Image sizes according to %


Recommended Posts

Hello,

I am using prestashop platform version 1.4.7

 

Can someone help me with images size? Iknow that from back office/preferences/images i can set custom image size, but i need thumbnail generated in %

 

In past my homepage was 1100 px , with 334 px and 380px for home thumbnail, now my homepage is 95% px but i cant change the thumbnails sizes in %.

 

Thank you for help :)

Link to comment
Share on other sites

define height: 500px; for:

ul#product_list li {
background: none;
border: none;
padding: 0;
min-height: 150px;
margin-bottom: 50px;
width: 31%;
float: left;
margin-left: 20px;
height: 500px;
}

 

and then width:100% height:auto for:

ul#product_list a.product_img_link {
border: solid 1px #d0d3d8;
margin-right: 0;
display: block;
width: 100%;
height: auto;
}

 

btw. you've got ome images problem here:

aEZWbw7.png

Link to comment
Share on other sites

yes, i can see now...

i will regenerate thumbnails

 

ul#product_list a.product_img_link {

border: solid 1px #d0d3d8;

margin-right: 0;

display: block;

width: 100%;

height: auto;

}

 

from product_list.css was already set, but still the pictures was not changed...

Link to comment
Share on other sites

×
×
  • Create New...