Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Power Zoomer plus Image Map?

  1. #11
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have been trying to do the same thing, but i cant make the ddpowerzoomer.js load my different larger image for the zoom, it always uses the base image...
    it may be a version 1.0 vs 1.1 issue?

    If i use v1.1 my image map is not translated though, and if i use the 1.0 from this post the image map is translated correctly but the large image is not used

    I have tried comparing 1.0 and 1.1 .js files and it is only subtle details that changes and major difference is the part where the large image is loaded
    Code:
    $magnifier.inner.html('<img src="'+options.largeimagesrc+'"/>') //get base image's src and create new image inside magnifier based on it
    and in the jQuery.fn.addpowerzoom=function(options){ ... function that is much more elaborate in 1.1 than in 1.0.

    the 1.0 also has a:
    Code:
    $magnifier.inner.empty().append($imgref.clone())
    line extra but trying to hack the two together didn't work for me

    Any ideas?

  2. #12
    Join Date
    Apr 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Have this same issue...

    I've got the same problem. Older version seems to work, but no magnification. Newer version has magnification, but no image map functionality. Any help on this would be fantastic.

Bookmarks

Posting Permissions

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