hello, i get a problem with additional image hover
i set small image size 30x30, medium image 200x200,
when mouse over additional iamge, the image in main product position replaced by additional image with size 200x200, but its image quality keeps 30x30.
here's a photo to explain the problem
and i compare the html source between my site and other correct site (both sites use image handler), i found the following difference:
MY SITE
OTHER CORRECT SITE<a class="jqzoomAdditional jqlightbox" href="images/product_01.jpg">
<img width="30" height="30" title="product" alt="product"
src="http://www.site.com/bmz_cache/1/11ab1c11f8d9e112f54g2451abc0123a.image.30x30.jpg"/>
</a>
<noscript>
<a href="http://www.site.com/index.php?
main_page=popup_image_additional&pID=20&pic=0&products_image_large_a dditional=images/product_01.jpg" target="_blank">
<img src="http://www.site.com/bmz_cache/1/11ab1c11f8d9e112f54g2451abc0123a.image.30x30.jpg" alt="product" title=" product" width="30" height="30" /><br />
<span class="imgLinkAdditional">larger image</span>
</a>
</noscript>
what do i fix the problem?<a class="jqzoomAdditional jqlightbox" href="images/product_01.jpg">
<img width="30" height="30" title="product" alt="product"
src="http://www.site.com/bmz_cache/1/11ab1c11f8d9e112f54g2451abc0123a.image.200x200.jpg"/>
</a>
<noscript>
<a href="http://www.site.com/index.php?
main_page=popup_image_additional&pID=20&pic=0&products_image_large_a dditional=images/product_01.jpg" target="_blank">
<img src="images/product_01.jpg" alt="product" title=" product" width="30" height="30" /><br />
<span class="imgLinkAdditional">larger image</span>
</a>
</noscript>![]()


Reply With Quote
