The image sizes on my product info page are wrong.
Image handler is however resizing them correct.
The problems is in the code. Checkout the main product info code:
HTML Code:
<!--bof Main Product Image -->
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://www.mywebsite.co.uk/shop/index.php?main_page=popup_image&pID=11\')"><img src="bmz_cache/9/9d3a30ea011fd68ac53633361521d7d5.image.206x210.jpg" alt="CD-R printed full colour including data or audio duplication. Bulk disks, no packaging." title=" CD-R printed full colour including data or audio duplication. Bulk disks, no packaging. " width="110" height="110" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="http://www.mywebsite.co.uk/shop/index.php?main_page=popup_image&pID=11" target="_blank"><img src="bmz_cache/9/9d3a30ea011fd68ac53633361521d7d5.image.206x210.jpg" alt="CD-R printed full colour including data or audio duplication. Bulk disks, no packaging." title=" CD-R printed full colour including data or audio duplication. Bulk disks, no packaging. " width="110" height="110" /><br /><span class="imgLink">larger image</span></a></noscript>
</div><!--eof Main Product Image-->
As you can see the image size in the file name is 206x210.jpg (which is what it should be. I have set width and height to 210 in admin.
However it is been displayed as width="110" and height="110"
Anyone any ideas? which file do i need to look at? I have tried a reinstall.
Bookmarks