Hi
Imagefield integration does not show the image titles.
You need to change line 392 from

'description' => $element[$key]['#item']['data']['description'],

to

'description' => $element[$key]['#item']['data']['title'],

Also, in galleria.js - the reference to FF/Win fading being slow isn't the case with FF3 so you can safely remove the condition around line 27.

Thanks for the great work on this module

Comments

Jolidog’s picture

Hello
For the image field you really have an option to add a description, I don't think this is a bug.

larowlan’s picture

Status: Needs review » Closed (fixed)

Thanks, safe to close this issue