fernadonoso Posted September 26, 2014 Share Posted September 26, 2014 Hello¡ I have a problemm with the image size in product list page, i would like to have the image with same size as image container but.... in next link here can you see what's happening http://www.waltermatrakasbikes.com/Presta/prestashop/es/14-bielas-y-pedales As you can see my image is to small, i would like to have the image as big as image conteinar, in preferences/images/ home_default is 500px_500px but if i change this size changes nothing even if i regenerate thumbnails. Could someone help me? i would like to get something like this http://demo.prestash.../es/?view=front Thanksssss¡ Link to comment Share on other sites More sharing options...
dioniz Posted September 26, 2014 Share Posted September 26, 2014 You need to have original image size at least 500px x 500px then. If your original image is smaller then set in preferences, PS will make white border around it. Link to comment Share on other sites More sharing options...
fernadonoso Posted September 26, 2014 Author Share Posted September 26, 2014 my original image is 800px x 800px the same size as my thickbox_defaul image setting.... Here is everything alright http://www.waltermatrakasbikes.com/Presta/prestashop/es/bielas-y-pedales/15-pedal-mks-sylvan-track.html my large_default ist 458px x 458px and so its shown my thickbox_default is 800px x 800px and so its shown but my home_default is 500px x 500px and its shown like in followed link http://www.waltermatrakasbikes.com/Presta/prestashop/es/14-bielas-y-pedales i guess this image style (home_default) is used in product list page, i saw in produc-tlist.tpl but if i change home_default image size in my backoffice nothing happends, and my product list page still wrong... Thanks Link to comment Share on other sites More sharing options...
dioniz Posted September 26, 2014 Share Posted September 26, 2014 Ok, i found your problem. You changed this in your global.css: .img-responsive { display: block; height: auto; max-width: 30%; } max-width should be 100% 1 Link to comment Share on other sites More sharing options...
fernadonoso Posted September 27, 2014 Author Share Posted September 27, 2014 Thanks you Dioniz¡¡¡¡ Its solved¡ Link to comment Share on other sites More sharing options...
dioniz Posted September 27, 2014 Share Posted September 27, 2014 You are welcome, i'll mark this thread solved Link to comment Share on other sites More sharing options...
Recommended Posts