Results 1 to 2 of 2

Thread: Featured Image Zoomer (now w/Multi-Zoom) v2.1 Large Image Problem

  1. #1
    Join Date
    Jul 2009
    Location
    Planet Earth
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Featured Image Zoomer (now w/Multi-Zoom) v2.1 Large Image Problem

    1) Script Title: Featured Image Zoomer (now w/Multi-Zoom) v2.1

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...uredzoomer.htm

    3) Describe problem:

    Using single image option.

    When I zoom in and out with the mouse wheel, it moves the page up and down a little. This happens on the demo too. I am using Firefox 29.0.1. I have not tried it with other browsers yet.

    I am using a thumbnail on my page and then using a larger image for the magnification (the larger image URL is entered into the code that's in the head of my page).

    Zooming in and out causes the magnified image to become distorted (it's stretched from top to bottom, squeezed in at the sizes) rather than staying a static size. The whole image is displayed, not just the area that's the same as what the magnifier square is on in the thumbnail.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Not happening here for me on the demo page in Fx 29.0.1

    Distortion of the image is usually due to unequal aspect ratios between the thumbnail and the larger image and/or some other style on the page that is effecting a max width or height for all images. If the former, make sure the thumbnail and the larger image have the same aspect ratio. If the latter, find the max width or height style and make it so it doesn't apply to .magnifyarea img, ex (add to a stylesheet for the page):

    Code:
    .magnifyarea img {
    max-height: auto;
    max-width: auto;
    }
    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. Featured Image Zoomer (now w/Multi-Zoom) v2.1
    By sandra in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 12-15-2013, 03:27 PM
  2. Resolved Featured Image Zoomer (now w/Multi-Zoom) v2.1 and adding photo images dynamically
    By sidRiggins in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 08-09-2013, 04:59 PM
  3. Featured Image Zoomer (now w/Multi-Zoom) v2.2
    By jscheuer1 in forum Submit a DHTML or CSS code
    Replies: 1
    Last Post: 04-18-2013, 05:38 PM
  4. Replies: 5
    Last Post: 12-06-2012, 01:46 AM

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
  •