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.
Bookmarks