Closed (fixed)
Project:
FancyZoom
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 23:07 UTC
Updated:
23 Feb 2012 at 07:50 UTC
Using Internet Explorer 8 FancyZoom zooms the linked image into nothing, instead of large size.
Comments
Comment #1
mittalpatel commentedI was facing the same issue and then I tried changing the configuration. On configuration page, in "Script To Use:" drop down I selected Standard Minimized and it started working in IE 7 and IE 8.
Comment #2
thinkyhead commentedThis is probably better now. Get the latest FancyZoom Javascript tarball from http://www.thinkyhead.com/design/fancyzoom and give it a try. The key was to use
.bind("mouseover", ...)instead of.one("mouseover", ...)so that the image pre-loads every time you mouse over an image instead of just the first time.If it persists, try another version of jQuery or stick with the Standard version.