Hi,

I've got ImageCache 5x_1.7 together with ImageField installed on my site. But I can't get the images in full node to open up in FancyZoom http://drupal.org/project/fancyzoom (FancyZoom is probably the nicest of quick image viewing apps ... better than Thickbox or Lightbox2)

I have a 85x85 preset that links to the node, and a 160x160 preset that appears on the full node, but doesn't link anywhere. In order for the FancyZoom to work, the second preset must link to an image file (either full-size.jpg or 600x600.jpg). But there are no options in the CCK display filed that would link the preset to the image file. All I get is:
preset-name as image
preset-name as link (this links to node, but not to the image file itself).

Choosing "link to image" defies the purpose, because it then displays the full size of the image in the full node, and opens up the FancyZoom as the same size image.

So how can get a 160x160 preset to link to the image file?

Or, put otherwise, how do I get FancyZoom and ImageCache to work together?

Comments

drewish’s picture

Project: ImageCache » FancyZoom
Version: 5.x-1.7 » 5.x-1.0

the correct place to be asking is in the fancyzoom queue.

thinkyhead’s picture

Issue tags: +imagecache

You need to find a module or solution that gives you a thumbnail image linked to the large image. If you're a coder or understand templates, just add a node template to your theme or use the Contemplate module. I'm surprised the CCK Image field won't do what you want in conjunction with Image Cache, but perhaps Image Resizer (intended for use with a WYSIWYG) would work for your site.

thinkyhead’s picture

Assigned: Unassigned » thinkyhead
Status: Active » Closed (works as designed)