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

Thread: featureimagezoomer doesn't zoom image in my website

  1. #11
    Join Date
    Aug 2015
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much dear DD Admin,
    you're right.
    It is solved.
    Just wanted to know for zoomrange I changed to [3,3] but doesn't go bigger.
    Please let me know how I can solve that.

    regards,

  2. #12
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    If you want to enable different ranges of zoom change [3,3] to say [2,5] for zooming between 2x and 5x, changable using the mouse wheel.
    DD Admin

  3. #13
    Join Date
    Aug 2015
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, That is good. But I meant the size of Rectangle to zoom become bigger. It means when you mouse over it zooms to the left hand side in the Rectangle. i want that Rectangle become bigger.
    How can I do that?

  4. #14
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm if I understood you correctly, simply change the "magnifierpos" option value inside the initialization code:

    Code:
    jQuery(document).ready(function($){
    
      $('#image1').addimagezoom({
      magnifierpos: 'left',
      zoomrange: [3,5],
      magnifiersize: [350,225]
     })
    	$('.magnifyarea').last().attr('id', 'myarea');
    
    })
    DD Admin

Similar Threads

  1. Featured Image Zoomer (now w/Multi-Zoom) v2.1 Large Image Problem
    By aliceaod in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 05-23-2014, 02:00 AM
  2. Real Estate Website Doesn’t Load on iPhones
    By Support in forum JavaScript
    Replies: 1
    Last Post: 08-15-2012, 10:19 PM
  3. Image rollover with power zoom shows wrong image
    By GrahamJBrown in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 03-14-2012, 03:05 PM
  4. Website doesn't appear in history list
    By Tony63 in forum Other
    Replies: 2
    Last Post: 05-03-2009, 10:10 AM
  5. Replies: 12
    Last Post: 11-18-2007, 12:17 PM

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
  •