Hi,

is it possible to load all images in one flashwindow and the user can chose which to zoom? Actually its not so useful if you add 5 images and he opens up a flash window 5 times on the site. Bad usability.

Comments

infojunkie’s picture

Category: feature » support

As far as I know, the Zoomify Viewer Flash applet only allows one set of tiles (i.e. one image) to be referenced. That's why the default behaviour of Zoomify module is to embed one applet per image.

If you want to change that behaviour, you need to modify theme_zoomify_page. For example, you could display thumbnails of all node images (as returned by _zoomify_images($node)). When a certain image is clicked, you can open the corresponding Zoomify Viewer in a lightbox2 window. This way the user only sees one Flash window at a time.

infojunkie’s picture

Status: Active » Closed (fixed)

Closed unless I hear back from OP.