Hi,

I've just noticed this project and I'm curious what differentiates it from simply using Views Slideshow with Colorbox (or with Image Zoom or Cloud Zoom or any other image plugin). Does it offer some additional features?

Comments

duckzland’s picture

Differences with view slideshow : this is a field formatter type module while view slideshow tends to fetch a single field value with multiple nodes, this module fetch multiple field values per single node

As for cloud zoom and colorbox, this module combines both of them and added a configuration GUI.

stan turyn’s picture

"...for cloud zoom and colorbox, this module combines both of them" - this is potentially very promising, Magento has it (although Magento's implementation is meh), doing zoom on hover and pop-up on click. The trick here is to implement the pop-up as true full screen (similar to G+ and Facebook).

"this module fetch multiple field values per single node" - how would you go about solving an issue of multiple products (with potentially their own multiple images) within a single product display? The good thing about using something like Views for this is that one can use image thumbnails to change the main picture (hover or click) displaying thumbs from all back-end products at once, while current straightforward DC implementation only offers a rather unsatisfactory drop-down/radio button to change to the corresponding image. If your module implements (or will) image thumbs for multiple back-end products in a single display, that would be tremendous!

duckzland’s picture

DC standard behavior is to use a select box to change different product within a single display.

To use multiple image per product, put the image field in the products and when one change the select box to a different product, DC will change the fields of that different product and this module will format the field accordingly.

duckzland’s picture

Status: Active » Closed (works as designed)
johnv’s picture

Version: » 7.x-1.x-dev
Status: Closed (works as designed) » Active

So, this module is a Commerce add-on? I'll investigate that.
ITMT, it looks a lot like Gallery Formatter, which is a field formatter, to, supported Colorbox, infinite slider, a.o.

duckzland’s picture

in technical terms, yes this is a "gallery" type modules but the focus is more about formatting images for use with e-commerce which can be commerce or ubercart rather than creating an picture gallery.