0

So I am trying to create my own navigation in the galleria plugin and cannot figure out how to go to the slide that I specify when a nav link is clicked. I have looked through there documentation and API here but I cannot find a way to do this. I am looking for something similar to supersized's goto api function.

I don't think you need my code for this as it would just be navigation links, but let me know if that would help.

Timo Haberkern
  • 4,409
  • 2
  • 27
  • 41

1 Answers1

1

I think you are looking for .show(): http://galleria.io/docs/api/methods/#show-index

Example: http://jsfiddle.net/4PdZJ/

David Hellsing
  • 106,495
  • 44
  • 176
  • 212
  • Thanks! The jsfiddle is really helpful! I am using the fullscreen theme and i'm not quite sure where to integrate this into my site. Should I put it in the head, the the js file from galleria or in my own js file. Thank you for the help! – Mike Schoch Aug 16 '12 at 18:43