There is a bug with gallery mode when using version 7.x-1.x-dev (Commit 4d039f2)

The bug occurs when you have images of varying sizes, under certain circumstances the wrong image is shown in the zoom.

You will experience the bug if all of the following conditions are met:

  • you are using cloud_zoom as a formatter for an image field
  • the image field permits multiple images
  • you are using 'gallery mode'
  • the images are not restricted to a set height via image styles or other means
  • you upload at least 2 items with different heights

To replicate, meet the above conditions then perform the following sequence.

  1. click the tallest image,
  2. click the smallest image.
  3. Hover over the smaller image
  4. Move your mouse off the bottom of the smaller image
  5. Observe the behaviour of the zoom box

Comments

nicholasthompson’s picture

Status: Active » Needs review

This should be fixed in dev by switching to the 1.0.3 release of the library.

Can you check dev please? (I've literally JUST pushed to it)

Darren Shelley’s picture

Status: Needs review » Reviewed & tested by the community

Thanks Nick,
I can confirm that updating the module to the latest release (7.x-1.1beta1) and updating the library to 1.0.3 via the command "drush czd" resolved my issue.

nicholasthompson’s picture

Status: Reviewed & tested by the community » Fixed

:)

This calls for a 1.1 release...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.