Closed (fixed)
Project:
Galleria
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2009 at 16:41 UTC
Updated:
29 Jul 2009 at 08:40 UTC
In the demo, you will notice, as you click on each image, the address bar updates to show details of that image e.g.
http://devkick.com/lab/galleria/demo_01.htm#img/ladybug.jpg
The advantage of this, is should you click that link, you will see the picture of the ladybug! Seems the Drupal modules isnt doing this. Was it left out deliberately? Are there plans to add this feature?
Comments
Comment #1
Mark Theunissen commentedI honestly don't know why the demo is different. If someone wants to take the time to investigate, I would be happy to make alterations.
Comment #2
Mark Theunissen commentedComment #3
roger6106 commentedIn the file "inc/galleria.js" change line 94 from "history : false" to "history : true". Doing this fixed it for me.
Comment #4
Mark Theunissen commentedGreat! I am not going to change the core implementation, if anyone wants this functionality they can override the defaults as above.