Needs review
Project:
Galleria
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2012 at 05:35 UTC
Updated:
23 Jul 2014 at 15:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
juves commentedTry this
http://galleria.io/docs/options/popupLinks/
Comment #2
juves commentedComment #3
daryand commentedjuves,
thanks - where do i set the longdesc attribute? i don't see the option for that or popupLinks in the "Edit Option Set" dropdown list.
do i need to modify a file by hand in the galleria.Configure() function/class?
thanks
d
Comment #4
sander-martijn commentedWhile this is possible on the Galleria side, Drupal doesn't support the longdesc or data-config in images. In views I figured I could just rewrite the output of the image by loading a hidden link field before the image and then add it using rewriting as the longdesc - and here is where the galleria module has a bug - it completely ignores the rewriting, thus longdesc is not added, hence no link.
changing this to bug report because it should use the rewritten output or provide another way to accomplish this.