Topic: Bookmarks

I am using the "baseUrl" method to embed JuiceBox into an existing html page. On this page I have a Navigaion menu which should point to a specific image in the gallery. However since the images are located in an external folder this is not working for me, or rather it would work using the path to the folder which would of course open the image in a separate page. What I wish to accomplish is a sort of a "bookmark" on the image where the menu item would point to. Can this be done?
Thanks

Re: Bookmarks

Set enableDirectLinks="TRUE" and use a URL such as http://www.example.com/main/page.html#2 where 'page.html' is the page into which your gallery is embedded (the page containing the baseUrl embedding code) and '#2' is the image number within the gallery to which you wish to link directly.

Re: Bookmarks

Works great! Thanks