Results 1 to 10 of 385

Threaded View

  1. #11
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    help question Re: Jquery Zoom [Support thread]

    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
    <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&amp;pID=20&amp;pic=0&amp;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>
    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.200x200.jpg"/>
    </a>

    <noscript>
    <a href="http://www.site.com/index.php?

    main_page=popup_image_additional&amp;pID=20&amp;pic=0&amp;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>
    what do i fix the problem?
    Attached Images Attached Images  

 

 

Similar Threads

  1. v153 jQuery Scrolling Sideboxes [Support Thread]
    By lat9 in forum Addon Sideboxes
    Replies: 79
    Last Post: 15 Apr 2024, 10:20 PM
  2. v152 Down for Maintenance jQuery Countdown (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Nov 2015, 03:04 PM
  3. v152 jQuery Banners (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 30 Sep 2015, 02:07 AM
  4. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  5. Is there an add-on combine the functions of AJAX_image_swapper and Jquery Zoom?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Jul 2010, 01:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg