vaigai Posted May 5, 2014 Share Posted May 5, 2014 I am using leo fashion theme on Prestashop 1.6, there are multiple problems as the theme is not compatible with latest prestashop release. However this one problem I need help with urgently. The medium_default images on the Product Description page are not showing up well. Here is what i found on the product.tpl file <li id="thumbnail_{$image.id_image}"> <a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')|escape:'html'}" rel="other-views" class="thickbox{if $smarty.foreach.thumbnails.first} shown{/if}" title="{$imageTitlte}"> <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')|escape:'html'}" alt="{$imageTitlte}" title="{$imageTitlte}" height="{$mediumSize.height}" width="{$mediumSize.width}" /> </a> </li> Here is the link to my website : website Here is the link to issue snapshot . LINK Link to comment Share on other sites More sharing options...
musicmaster Posted May 6, 2014 Share Posted May 6, 2014 I did some experimenting. In the file global.css in the css subdirectory of your theme you have on line 20 for img the line "max-width:100%". Removing that line solved the problem for me. Link to comment Share on other sites More sharing options...
vaigai Posted May 10, 2014 Author Share Posted May 10, 2014 Great! let me try that. Thanks for your time and efforts! Link to comment Share on other sites More sharing options...
Recommended Posts