Closed (fixed)
Project:
FancyZoom
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2012 at 04:24 UTC
Updated:
28 Feb 2012 at 21:40 UTC
Adding rel="nozoom" to the link attributes does disable the FancyZoom functionality but it also disables the Lightbox modal window on my images. How can I use FancyZoom on some sections of the site but Lightbox on others. I have a View gallery using Lightbox as the formatter and want the images to open only in Lightbox modal. The FancyZoom is still opening behind the Lightbox modal.
Suggestions on how to fix this?
-Trevor
Comments
Comment #1
ambientdrup commentedSee my work-around here:
http://drupal.org/node/298427#comment-5570606
-Trevor
Comment #2
thinkyhead commentedThis was relatively easy to fix by tweaking the FancyZoom Javascript. The changes are:
standard/FancyZoom.js - Lines 96-99:
jquery/FancyZoom.js - Lines 78-79:
Download an updated FancyZoom JS tarball including the min versions at: http://www.thinkyhead.com/design/fancyzoom
Comment #3
ambientdrup commentedTested and seems to work. Thanks!
-Trevor